aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorCheng Renquan <crq@sourceware.org>2010-07-27 20:33:40 +0000
committerCheng Renquan <crq@sourceware.org>2010-07-27 20:33:40 +0000
commit53a71c068156f7c35e07ddd5c0cce97bf98c025c (patch)
tree5bbf950c3a6ecfbcbca936f2e93516fd9c9c3f70 /gdb/NEWS
parentc63a1f8688b64b454605a10755e7a4c4c780dbfe (diff)
downloadgdb-53a71c068156f7c35e07ddd5c0cce97bf98c025c.zip
gdb-53a71c068156f7c35e07ddd5c0cce97bf98c025c.tar.gz
gdb-53a71c068156f7c35e07ddd5c0cce97bf98c025c.tar.bz2
* cli/cli-cmds.c (disassemble_command): Add support of disassemble
"start,+length" form of arguments.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 47f1c13..6748449 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -192,6 +192,11 @@ strace FN | FILE:LINE | *ADDR | -m MARKER_ID
Define a static tracepoint by probing a marker at the given
function, line, address, or marker ID.
+* Changed commands
+
+disassemble
+ The disassemble command now supports "start,+length" form of two arguments.
+
* Python scripting
** GDB now provides a new directory location, called the python directory,
@@ -541,8 +546,9 @@ or the "condition" command is available. GDB sends the condition to
the target for evaluation using the same bytecode format as is used
for tracepoint actions.
-* "disassemble" command with a /r modifier, print the raw instructions
-in hex as well as in symbolic form.
+* The disassemble command now supports: an optional /r modifier, print the
+raw instructions in hex as well as in symbolic form, and an optional /m
+modifier to print mixed source+assembly.
* Process record and replay
@@ -634,9 +640,6 @@ qXfer:siginfo:write
packet that permited the stub to pass a process id was removed.
Remote servers should use the `T' stop reply packet instead.
-* The "disassemble" command now supports an optional /m modifier to print mixed
-source+assembly.
-
* GDB now supports multiple function calling conventions according to the
DWARF-2 DW_AT_calling_convention function attribute.