From: Elena Zannoni <ezannoni@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] selftest.exp: more reordering
Date: Thu, 11 Sep 2003 19:58:00 -0000 [thread overview]
Message-ID: <16224.54796.784252.791992@localhost.redhat.com> (raw)
I am seeing some other different behavior due to optimizations (this
on a recent RHL-rawhide). Makes sense?
elena
2003-09-11 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/selftest.exp: Accomodate more instruction reordering
weirdness.
Index: selftest.exp
===================================================================
RCS file: /cvs/uberbaum/gdb/testsuite/gdb.base/selftest.exp,v
retrieving revision 1.11
diff -u -p -r1.11 selftest.exp
--- selftest.exp 30 Aug 2003 04:58:21 -0000 1.11
+++ selftest.exp 11 Sep 2003 19:58:30 -0000
@@ -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"
next reply other threads:[~2003-09-11 19:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-11 19:58 Elena Zannoni [this message]
2003-09-11 20:00 ` Daniel Jacobowitz
2003-09-23 19:20 ` Elena Zannoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16224.54796.784252.791992@localhost.redhat.com \
--to=ezannoni@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox