On Mon, Oct 19, 2009 at 1:23 PM, Paul Pluzhnikov wrote: > On Mon, Oct 19, 2009 at 1:10 PM, Joel Brobecker wrote: > >> I really like the idea of not printing the name of the function >> in the disassembly output, though. > I can do that in a separate patch. Here is proposed patch. Tested on Linux/x86_64 with no regressions. Thanks, -- Paul Pluzhnikov doc/ChangeLog: 2009-10-21 Paul Pluzhnikov * gdb.texinfo (Machine Code): Mention function name in disasssembly and adjust example. testsuite/ChangeLog: 2009-10-21 Paul Pluzhnikov * gdb.asm/asm-source.exp: Adjust. 2009-10-21 Paul Pluzhnikov * disasm.h (DISASSEMBLY_OMIT_FNAME) New define. (gdb_disassembly): Correct parameter name. * disasm.c (dump_insns): Adjust. (gdb_disassembly): Fix indentation. * cli/cli-cmds.c (disassemble_command): Adjust.