This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Allow "disassemble 'Foo::bar(char *)'"


On Mon, Nov 23, 2009 at 3:57 AM, Eli Zaretskii <eliz@gnu.org> wrote:

>  When two arguments are given, they should be separated by a comma,
>  possibly surrounded by whitespace.

Sounds good to me. Thanks,
-- 
Paul Pluzhnikov

gdb/ChangeLog:

2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>

     * cli/cli-cmds.c (disassemble_command): Split on comma.
     (init_cli_cmds): Update help.
     * NEWS: Mention incompatible change to 'disassemble'.

gdb/doc/ChangeLog:

2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>

     * gdb.texinfo (Machine Code): Adjust.

gdb/testsuite/ChangeLog:

2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>

     * gdb.asm/asm-source.exp: Adjust.
     * gdb.base/help.exp: Adjust.

Attachment: gdb-disas-20091123.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]