Skip to content

tlemo/gdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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