aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 550f96b..86ce216 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 6.8
+* New remote packets
+
+qSearch:memory:
+ Search memory for a sequence of bytes.
+
* The "disassemble" command now supports an optional /m modifier to print mixed
source+assembly.
@@ -35,6 +40,10 @@ have also been fixed.
* New commands
+find [/size-char] [/max-count] start-address, end-address|+search-space-size,
+ val1 [, val2, ...]
+ Search memory for a sequence of bytes.
+
set debug timetstamp
show debug timestamp
Display timestamps with GDB debugging output.