This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/12130] gdb: backtrace on stripped binary much slower thanon binary with debug info


http://sourceware.org/bugzilla/show_bug.cgi?id=12130

--- Comment #2 from TÃrÃk Edwin <edwintorok at gmail dot com> 2010-10-18 13:51:54 UTC ---
I guess it is slow because it tries to find out which symbol an address belongs
to
and without debug info that is the function itself, found by more expensive
means
but... if I ask for 'bt -16', it should just walk the frames, and not retrieve
symbol names for each frame

Would it possible to skip the symbol lookups for frames that are not shown?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]