yanqi27 / core_analyzer

A power tool to debug memory-related issues
376 stars 72 forks source link

use ubuntu 22.04 as the dev container #54

Closed Celthi closed 2 years ago

Celthi commented 2 years ago

Ubuntu 22.04 has more features and we can build gdb with debuginfod with

PYTHON3_PATH=$(which python3)
$PWD/../configure --with-python=$(PYTHON3_PATH) --with-debuginfod --prefix=/usr