mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
gdb/
* NEWS: Document the PIE support.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
|
* linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
|
||||||
|
5
gdb/NEWS
5
gdb/NEWS
@ -189,6 +189,11 @@ much more reliable. In particular:
|
|||||||
- GDB is now able to backtrace through the signal handler for
|
- GDB is now able to backtrace through the signal handler for
|
||||||
non-threaded programs.
|
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
|
*** Changes in GDB 7.0
|
||||||
|
|
||||||
* GDB now has an interface for JIT compilation. Applications that
|
* GDB now has an interface for JIT compilation. Applications that
|
||||||
|
Reference in New Issue
Block a user