aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-04-13 14:17:47 +0000
committerDaniel Jacobowitz <drow@false.org>2007-04-13 14:17:47 +0000
commitea35711cf6b30ef12ec81274e832977c0f77e8fc (patch)
tree5e1c2d33b294a505ad46c6b48227d63bc8197585 /gdb/NEWS
parent058b9c07a4baa26ee76f57cad946e8533d85d189 (diff)
downloadgdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.zip
gdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.tar.gz
gdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.tar.bz2
* mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c, ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete. * Makefile.in: Remove references to deleted files. * README: Do not mention deleted ROM monitor interfaces. * defs.h (enum language): Delete language_scm. * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING. (dump_subexp_body_standard): Likewise. * parse.c (operator_length_standard): Likewise. * expression.h (enum exp_opcode): Delete OP_EXPRSTRING. * remote-mips.c: Do not include remote-utils.h. * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug throughout. * value.c: Do not include scm-lang.h. (unpack_long): Delete scm_unpack call. * config/h8300/h8300.mt, config/mips/embed.mt, config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt, config/sh/embed.mt, config/sh/linux.mt: Remove references to deleted files. * NEWS: Mention removed files. * gdb.texinfo (Memory): Reference Remote Debugging chapter. (Character Sets, Caching Data of Remote Targets): Likewise. (Targets): Delete Remote node. Move its text... (Debugging Remote Programs): ...to here. Delete description of the "remote" command. (Remote configuration): Delete description of "set remotedevice" and "show remotedevice". (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 5bf8353..d549f00 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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