From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Jerome Guitton <guitton@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA] testcase for code/data elimination
Date: Wed, 21 Jul 2010 19:29:00 -0000 [thread overview]
Message-ID: <20100721192848.GA20539@host1.dyn.jankratochvil.net> (raw)
In-Reply-To: <1279719831-14906-1-git-send-email-guitton@adacore.com>
On Wed, 21 Jul 2010 15:43:51 +0200, Jerome Guitton wrote:
> +proc test_eliminated_var { var } {
> + global gdb_prompt hex
> +
> + # Match output 'No symbol "${var}" in current context'
> +
> + gdb_test_multiple "print &${var}" "test eliminated var ${var}" {
^^^^
Missing \\.\[\r\n\]+${gdb_prompt} $
> + -re "No symbol \"${var}\" in current context" {
> + pass "test eliminated var ${var}"
> + }
> + -re "\\\$\[0-9\]+ = \\(.*\\) (0|$hex)( <${var}>)?\[\r\n\]+${gdb_prompt} $" {
> + fail "test eliminated var ${var}"
> + }
> + }
> + return ""
Unused return.
> +}
Thanks,
Jan
next prev parent reply other threads:[~2010-07-21 19:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-21 13:44 Jerome Guitton
2010-07-21 19:29 ` Jan Kratochvil [this message]
2010-07-22 9:01 ` Jerome Guitton
2010-07-23 22:47 ` Tom Tromey
2010-07-26 9:40 ` Jerome Guitton
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=20100721192848.GA20539@host1.dyn.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=guitton@adacore.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