]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
authorDaniel Jacobowitz <drow@false.org>
Tue, 5 Dec 2006 21:23:20 +0000 (21:23 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 5 Dec 2006 21:23:20 +0000 (21:23 +0000)
"set mem inaccessible-by-default", and "set breakpoint auto-hw".

gdb/ChangeLog
gdb/NEWS

index 93c16f844cd35f6c6b39a72880cd14233a679307..a7c90e63b991eca802adf85069d2f82e08c64d94 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
+       "set mem inaccessible-by-default", and "set breakpoint auto-hw".
+
 2006-12-05  H.J. Lu  <hongjiu.lu@intel.com>
 
        * cp-valprint.c (cp_print_value_fields): Initialize tmp_obstack.
index b2502578e93496cf523f9fef5a8cb3a778e56a7e..3072b56f4c0b49cb25b89143dad4d53f8e247348 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -6,6 +6,32 @@
 * The GDB remote stub, gdbserver, now has lower overhead for high 
 frequency signals (e.g. SIGALRM) via the QPassSignals packet.
 
+* GDB for MIPS targets now autodetects whether a remote target provides
+32-bit or 64-bit register values.
+
+* New commands
+
+set mem inaccessible-by-default
+show mem inaccessible-by-default
+  If the target supplies a memory map, for instance via the remote
+  protocol's "qXfer:memory-map:read" packet, setting this variable
+  prevents GDB from accessing memory outside the memory map.  This
+  is useful for targets with memory mapped registers or which react
+  badly to accesses of unmapped address space.
+
+set breakpoint auto-hw
+show breakpoint auto-hw
+  If the target supplies a memory map, for instance via the remote
+  protocol's "qXfer:memory-map:read" packet, setting this variable
+  lets GDB use hardware breakpoints automatically for memory regions
+  where it can not use software breakpoints.  This covers both the
+  "break" command and internal breakpoints used for other commands
+  including "next" and "finish".
+
+* New targets
+
+MIPS64 GNU/Linux (gdbserver)   mips64-linux-gnu
+
 * New remote packets
 
 QPassSignals: