2003-09-23 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 23 Sep 2003 19:19:48 +0000 (19:19 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 23 Sep 2003 19:19:48 +0000 (19:19 +0000)
* gdb.base/selftest.exp: Accomodate more instruction reordering
        weirdness.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/selftest.exp

index 347f146a58c968f1c2e9ae34d3fc96aa5bde22af..4f00dc2af3ade0f8c6819e1d1f2535203647bef3 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
+
+       * gdb.base/selftest.exp: Accomodate more instruction reordering 
+        weirdness.
+
 2003-09-17  Michael Chastain  <mec@shout.net>
 
        * gdb.cp/gdb1355.exp: New file.
index 9e1d4ddfb60c42fff4add61d7f58705590ffd65c..442adb92ec1a34f5cb9aaec942b33a3cb3cb7d65 100644 (file)
@@ -342,6 +342,11 @@ proc test_with_self { executable } {
            send_gdb "step\n"
            exp_continue
        }
+        -re ".*cmdarg = .* xmalloc.*$gdb_prompt $" {
+           set stepped_back 1
+           send_gdb "step\n"
+           exp_continue
+        }
        -re "dirsize = 1;.*$gdb_prompt $" {
            set stepped_back 1
            send_gdb "step\n"
This page took 0.030391 seconds and 4 git commands to generate.