Re: Incorrect symbol name displayed in backtrace
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-02-06 10:55 p.m., William Tambe wrote: > Is it possible to have pointers in the code where symbol names are > printed for the backtrace and where they are printed for the command > "p" ? For the frame, I would start at print_frame_info in frame.c. For the print command, I would break on print_value in printcmd.c. Simon