diff options
author | Cheng Renquan <crq@sourceware.org> | 2010-07-27 20:33:40 +0000 |
---|---|---|
committer | Cheng Renquan <crq@sourceware.org> | 2010-07-27 20:33:40 +0000 |
commit | 53a71c068156f7c35e07ddd5c0cce97bf98c025c (patch) | |
tree | 5bbf950c3a6ecfbcbca936f2e93516fd9c9c3f70 /gdb/NEWS | |
parent | c63a1f8688b64b454605a10755e7a4c4c780dbfe (diff) | |
download | gdb-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/NEWS | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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. |