diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 21:24:05 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 21:24:05 +0000 |
commit | 93c26624a73822b9e864c84e0d3ce93a2e79e5cf (patch) | |
tree | 9ffcb7dc5876f59479cf07c9f595f7c2b850cb7d /gdb | |
parent | 55235ad79093bbe6b7b797c4a6f14f9da46c1368 (diff) | |
download | gdb-93c26624a73822b9e864c84e0d3ce93a2e79e5cf.zip gdb-93c26624a73822b9e864c84e0d3ce93a2e79e5cf.tar.gz gdb-93c26624a73822b9e864c84e0d3ce93a2e79e5cf.tar.bz2 |
gdb/
* NEWS: Document the PIE support.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4e3445f..13f6a90 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,9 @@ 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com> + Eli Zaretskii <eliz@gnu.org> + + * NEWS: Document the PIE support. + +2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com> * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h. (check_is_pie_binary, _initialize_linux_tdep): Remove. @@ -189,6 +189,11 @@ much more reliable. In particular: - GDB is now able to backtrace through the signal handler for non-threaded programs. +PIE (Position Independent Executable) programs debugging is now supported. +This includes debugging execution of PIC (Position Independent Code) shared +libraries although for that, it should be possible to run such libraries as an +executable program. + *** Changes in GDB 7.0 * GDB now has an interface for JIT compilation. Applications that |