forked from Imagelibrary/binutils-gdb
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* 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. doc/ChangeLog: 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Machine Code): Mention function name in disasssembly and adjust example. testsuite/ChangeLog: 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.asm/asm-source.exp: Adjust.
This commit is contained in:
@@ -461,7 +461,7 @@ test_dis "x/i &staticvar" "staticvar"
|
||||
test_dis "disassem &staticvar &staticvar+1" "staticvar"
|
||||
|
||||
# See if we can look at a static function
|
||||
gdb_test "disassem foostatic" ".*<foostatic\\+0>:.*End of assembler dump." \
|
||||
gdb_test "disassem foostatic" ".*<\\+0>:.*End of assembler dump." \
|
||||
"look at static function"
|
||||
|
||||
remote_exec build "rm -f ${subdir}/arch.inc"
|
||||
|
||||
Reference in New Issue
Block a user