Releases: guyush1/gdb-static
v15.2-static-4
This version is a hotfix for the previous one.
- Fixed: python support (baked into the gdb binary).
- Fixed: source syntax highlighting via pygments (baked into the gdb binary).
NOTE: Since statically linking against python makes the binaries considerably larger, we have decided to split the gdb-static binaries into 2 variants, one with python support, and a compact version without python support.
v15.2-static-3
Changes:
- Added libexpat support (used for xml based gdb commands such as info os files).
- Added python support (baked into the gdb binary).
- Added source syntax highlighting via pygments (baked into the gdb binary).
NOTE: It has come to our attention that the source highlighting and python support are not working properly. We found the problem, and a new release will be available soon! I do not recommend using this tag for now.
NOTE: Since statically linking against python makes the binaries considerably larger, we have decided to split the gdb-static binaries into 2 variants, one with python support, and a compact version without python support.
v15.2-static-2
Changes:
- Added TUI support
- Added mips & mipsel support
v15.2-static
Changes:
- Updated GDB to v15.2.
- Added support for powerpc.
- GDB & library dependencies are now compiled with optimizations (i.e -O2).
gdb-15.1-static
statically compiled gdb / gdbserver, version 15.1
compiled according to the instructions i specified in the README.md
architectures:
x86_64
arm
aarch64
all of them are available in the tar :)
GL HF