/gdb

Personal GDB mirror

Primary LanguageC

Personal GDB mirror

This is a versioned snapshot of the GDB source code, starting with GDB 9.2.

The complete GDB source tree is located under the src directory.

Quick build steps

mkdir build-release && cd build-release
../src/configure --prefix=~/.local --enable-tui
make -j8
make install

Resources