From: Jeff Law Date: Tue, 8 Nov 1994 06:39:33 +0000 (+0000) Subject: Small blurb on support for debugging dynamic executables on HPPAs running X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3581971f4e3ae21dbcfb0db1f154840bf3b5086;p=binutils-gdb.git Small blurb on support for debugging dynamic executables on HPPAs running hpux9. --- diff --git a/gdb/NEWS b/gdb/NEWS index b0c0625e504..8f340d816a3 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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