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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |