Support STABS debug information format
XVilka opened this issue · 0 comments
XVilka commented
STABS is the old debug information format that still can be met on some old binaries
- https://sourceware.org/gdb/current/onlinedocs/stabs.html/
- https://en.wikipedia.org/wiki/Stabs
- https://sourceware.org/gdb/current/onlinedocs/stabs.html/Stab-Section-Basics.html#Stab-Section-Basics
- https://sourceware.org/gdb/current/onlinedocs/stabs.html/Symbol-Table-Format.html#Symbol-Table-Format
- https://gcc.gnu.org/onlinedocs/gcc-12.3.0/gcc/Debugging-Options.html (GCC 12.x version is the last GCC version that still supports STABS format)