diff options
author | Jeff Law <law@redhat.com> | 1994-11-08 06:39:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-08 06:39:33 +0000 |
commit | e3581971f4e3ae21dbcfb0db1f154840bf3b5086 (patch) | |
tree | 147be5d3992266f3fd2b40366659a8d421d7a76b /gdb/NEWS | |
parent | 73a250722af3ea92913a6e59cb44ba85ad232f59 (diff) | |
download | gdb-e3581971f4e3ae21dbcfb0db1f154840bf3b5086.zip gdb-e3581971f4e3ae21dbcfb0db1f154840bf3b5086.tar.gz gdb-e3581971f4e3ae21dbcfb0db1f154840bf3b5086.tar.bz2 |
Small blurb on support for debugging dynamic executables on HPPAs running
hpux9.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ * New "if" and "while" commands. This makes it possible to write somewhat more sophisticated user-defined commands. +* Most debugging facilities now work on dynamic executables for HPPAs +running hpux9 or later. For the best results, include /usr/lib/end.o +when linking dynamic programs you plan to debug. Post-mortem debugging +of dynamic executables and attaching to already running dynamic executables +is not yet supported. + *** Changes in GDB-4.13: * New "complete" command |