public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb nearest symbol backtrace
@ 2020-10-21 15:15 Jonny Grant
  0 siblings, 0 replies; only message in thread
From: Jonny Grant @ 2020-10-21 15:15 UTC (permalink / raw)
  To: gdb

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-21 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 15:15 gdb nearest symbol backtrace Jonny Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).