From 53a71c068156f7c35e07ddd5c0cce97bf98c025c Mon Sep 17 00:00:00 2001 From: Cheng Renquan Date: Tue, 27 Jul 2010 20:33:40 +0000 Subject: * cli/cli-cmds.c (disassemble_command): Add support of disassemble "start,+length" form of arguments. --- gdb/NEWS | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'gdb/NEWS') 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. -- cgit v1.1