On Fri, Nov 20, 2009 at 9:27 AM, Tom Tromey wrote: > Paul> If it's acceptable to require comma for two-argument command > It is fine by me. Here is the patch with documentation and test fixes. Does this require a NEWS entry (incompatible change to disassemble command) ? Thanks, -- Paul Pluzhnikov gdb/ChangeLog: 2009-11-20 Paul Pluzhnikov * cli/cli-cmds.c (disassemble_command): Split on comma. (init_cli_cmds): Update help. gdb/doc/ChangeLog: 2009-11-20 Paul Pluzhnikov * gdb.texinfo (Machine Code): Adjust. gdb/testsuite/ChangeLog: 2009-11-20 Paul Pluzhnikov * gdb.asm/asm-source.exp: Adjust. * gdb.base/help.exp: Adjust.