GDB using addr2line?
Ian Lance Taylor
ian@wasabisystems.com
Fri May 7 22:04:00 GMT 2004
More information about the Binutils mailing list
Fri May 7 22:04:00 GMT 2004
- Previous message (by thread): GDB using addr2line?
- Next message (by thread): GDB using addr2line?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andrew Cagney <cagney@gnu.org> writes: > As anyone looked at (interested in) getting GDB and addr2line sharing > common linetable code? A libsal (source and line) say. BFD has long had bfd_find_nearest_line(). It was originally used by the linker to report error messages using the source code line--at the time, a great innovation. Ulrich Lauther built addr2line as a wrapper around bfd_find_nearest_line(). If you look at addr2line.c, you will see that it is very simple. gdb needs a much more serious approach to mapping between addresses and source code lines. That said, it would be perfectly reasonable for gdb and addr2line to share code, just as it would be perfectly reasonable for gdb and objdump/objcopy --debugging to share code. I don't think anybody has looked at either possibility. Ian
- Previous message (by thread): GDB using addr2line?
- Next message (by thread): GDB using addr2line?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list