CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/11 15:57:48
Modified files:
gnu/usr.bin/binutils/gdb: Makefile.in breakpoint.c breakpoint.h
infrun.c objfiles.c solib-svr4.c
solib.c solist.h symfile-mem.c
symfile.c varobj.c varobj.h
Log message:
Enable support for debugging pie programs. Code from Elena Zannoni's
<ezannoni at redhat dot com> pie branch in gdb cvs, less extraneous
parts and with some bug fixes. Debugging w/core files for pie programs
isn't working yet since AUXV data isn't included in our core files at
the moment.
feedback and ok kettenis@