diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -122,6 +122,20 @@ target rom68k Various m68k-only ROM monitors. +target hms +target e7000 +target sh3 +target sh3e + + Various Renesas ROM monitors and debugging interfaces for SH and + H8/300. + +target ocd + + Support for a Macraigor serial interface to on-chip debugging. + GDB does not directly support the newer parallel or USB + interfaces. + DWARF 1 support A debug information format. The predecessor to DWARF 2 and @@ -134,6 +148,16 @@ Support for the HP aCC compiler on HP-UX/PA-RISC affect HP-UX for Itanium or GCC for HP-UX/PA-RISC. Code compiled with aCC can still be debugged on an assembly level. +MIPS ".pdr" sections + + A MIPS-specific format used to describe stack frame layout + in debugging information. + +Scheme support + + GDB could work with an older version of Guile to debug + the interpreter and Scheme programs running in it. + *** Changes in GDB 6.6 * New targets |