Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analysis/datastub/SymbolInfo: Get debug file using gdb
For libc and other installed libaries a separate package can be installed to access debug symbols. But for this a separate elffile is stored with an arbitrary name. gdb does automagically detect this and loads the correct files. If nm fails to load any symbols, gdb is used as a fallback to find the debug elffile.
- Loading branch information