diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-23 00:49:33 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-23 00:49:33 +0000 |
commit | 9c4191458a49d50ebda256b624eac5fc646f31a8 (patch) | |
tree | 474b2881c23441366319c61e671703aef7578058 /gdb/testsuite/gdb.asm/asm-source.exp | |
parent | bb8a0291affe114880874c0e192b471c87663b27 (diff) | |
download | binutils-gdb-9c4191458a49d50ebda256b624eac5fc646f31a8.tar.gz |
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.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index b2bb679a752..40feba7f211 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -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" |