From: Daniel Jacobowitz <drow@mvista.com>
To: Michael Elizabeth Chastain <mec@shout.net>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA/c++testsuite] New test for constructor breakpoints
Date: Mon, 18 Feb 2002 13:17:00 -0000 [thread overview]
Message-ID: <20020218161713.A16761@nevyn.them.org> (raw)
In-Reply-To: <200202182025.g1IKPpc04061@duracef.shout.net>
On Mon, Feb 18, 2002 at 02:25:51PM -0600, Michael Elizabeth Chastain wrote:
> This patch is returned for rework. I like the patch, but there is
> a cascade problem:
>
> "set_bp_overloaded foo::foo" tests FAIL
> the breakpoints are not present
> continue_to_bp_constructor issues "continue" unconditionally
> the script loses synchronization with the program-under-test at this point
> all the tests after that FAIL
>
> This happens on target=native host=i686-pc-linux-gnu with all the gcc v3
> configurations:
This is all over the GDB testsuite. It's a tremendously complicated
problem :)
> Can you do something in continue_to_bp_constructor to keep synchronization?
> Maybe:
>
> send_gdb "info b ${bpnumber}\n"
> gdb_expect {
> -re "Num.*\r\n${bpnumber}.*\r\n.*$gdb_prompt $" {
> send_gdb "continue\n"
> gdb_expect {
> ...
> }
> }
> -re "No breakpoint or watchpoint number ${bpnumber}.*gdb_prompt $" {
> fail "continue to bp overloaded constructor : ${argtypes}"
> }
> -re ".*$gdb_prompt $" {
> fail "continue to bp overloaded constructor : ${argtypes}"
> }
> timeout {
> fail "continue to bp overloaded constructor : ${argtypes} (timeout)"
> }
> }
>
> Or if you have a better idea, go for it. I just want to fix the problem
> where all the currently-working tests FAIL if the new tests FAIL.
I don't think that would work... let me think about it tonight.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2002-02-18 21:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-18 12:26 Michael Elizabeth Chastain
2002-02-18 13:17 ` Daniel Jacobowitz [this message]
2002-02-19 15:35 ` Daniel Jacobowitz
-- strict thread matches above, loose matches on Subject: below --
2002-02-19 16:04 Michael Elizabeth Chastain
2002-02-19 16:12 ` Daniel Jacobowitz
2002-02-16 11:11 Michael Elizabeth Chastain
2002-02-15 16:50 Michael Elizabeth Chastain
2002-02-15 18:28 ` Daniel Jacobowitz
2002-02-14 15:32 Daniel Jacobowitz
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=20020218161713.A16761@nevyn.them.org \
--to=drow@mvista.com \
--cc=gdb-patches@sources.redhat.com \
--cc=mec@shout.net \
/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