gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Jan 2010 04:29:32 +0000 (04:29 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Jan 2010 04:29:32 +0000 (04:29 +0000)
* gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
Adjust it for DISASSEMBLY_OMIT_FNAME.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-bp_permanent.exp

index dd5481937f0bb459f5e18df3695600aa80295e3f..c06f0a1a5000968aa8102f0239915bbc67cd1f7a 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
+       Adjust it for DISASSEMBLY_OMIT_FNAME.
+
 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        PR symtab/11199:
index 0e17adb8aa4ddc6c9a572fa759603ad569ef1443..a8eb669bf3640e85a7811d06e0c1c5a22a8a4e45 100644 (file)
@@ -62,7 +62,7 @@ if ![runto_main] then {
 set function standard
 
 set retcode [gdb_test_multiple "disassemble $function" "Disassemble function '$function'" {
-    -re ".*($hex) <$function\\+0>.*($hex) <$function\\+4>.*($hex) <$function\\+5>.*($hex) <$function\\+6>.*$gdb_prompt $" {
+    -re ".*($hex) <\\+0>.*($hex) <\\+4>.*($hex) <\\+5>.*($hex) <\\+6>.*$gdb_prompt $" {
       set function_start $expect_out(1,string);
       set address $expect_out(2,string);
       set address1 $expect_out(3,string);