gdb nearest symbol backtrace

Jonny Grant jg@jguk.org
Wed Oct 21 15:15:36 GMT 2020


Is there a quick way to get some symbols near the backtrace in a binary without symbols? and show which binary or library it came from?
The ELF file is stripped. Can gdb figure out which libraries were loaded?

eg if i use "layout asm" I can see  _ZdlPv  in the assembler.

$ c++filt _ZdlPv
operator delete(void*)


It's interesting the  _ZdlPv symbol wasn't stripped.

Thanks
Jonny


More information about the Gdb mailing list