From: Michael Snyder <msnyder@redhat.com>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: Joel Brobecker <brobecker@gnat.com>, gdb-patches@sources.redhat.com
Subject: Re: [RFA/testsuite] test hand function call in commands list
Date: Wed, 23 Apr 2003 02:42:00 -0000 [thread overview]
Message-ID: <3EA5F5BA.59FF64A4@redhat.com> (raw)
In-Reply-To: <20030416142321.GA7612@nevyn.them.org>
Daniel Jacobowitz wrote:
>
> On Mon, Apr 14, 2003 at 11:40:48AM -0400, Joel Brobecker wrote:
> > The attached patch to break.exp was written by Klee Dienes and
> > submitted in the following message:
> >
> > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00586.html
> >
> > The purpose of the test is to make sure that a problem occuring with
> > function calls inside a commands list does not cause a SIGSEGV.
> >
> > 2003-04-14 J. Brobecker <brobecker@gnat.com>
> >
> > From Klee Dienne <kdienes@apple.com>
> > * gdb.base/break.exp: Add multiple calls to the inferior in
> > the user-commands for 'break 79'. Add a check for the calls
> > to the inferior in the check for the result. Add new test, to
> > check that user-defined breakpoint commands are called for functions
> > called by the user (currently fails).
> >
> > When I ran the test, I was very surprised to see one FAIL. I am
> > describing below the symptoms (no time to investigate this today), but I
> > think the test is worthwhile adding anyway. Ok to apply?
>
> No; let's figure out what the new problem is first. After that let's
> get the test in as quickly as possible so that we know if it breaks
> again :)
>
> > Here is a small description of the problem:
> >
> > The test itself inserted a breakpoint in marker2. It then makes a hand
> > function call to this function. Here is the output from the logs:
> >
> > | print marker2(99)
> > |
> > | Breakpoint 26, marker2 (a=99) at ./gdb.base/break.c:49 <<<---
> > | 49 int marker2 (a) int a; { return (1); }
> > | The program being debugged stopped while in a function called from GDB.
> > | When the function (marker2) is done executing, GDB will silently
> > | stop (instead of continuing to evaluate the expression containing
> > | the function call).
> >
> > Klee's patch then adds a commands list to the breakpoint in maker2:
> >
> > | commands 26
> > | Type commands for when breakpoint 26 is hit, one per line.
> > | End with a line saying just "end".
> > | >silent
> > | >call (int) printf ("PREFIXbobo\n" + (int) strlen ("PREFIXbobo\n") - 5)
> > | >end
> >
> > And calls marker2 again:
> >
> > | print marker2(99)
> > | The program being debugged stopped while in a function called from GDB.
> > | When the function (marker2) is done executing, GDB will silently
> > | stop (instead of continuing to evaluate the expression containing
> > | the function call).
> >
> > The fact that GDB did not print the breakpoint number shows that GDB
> > started evaluating the commands list. However, we did not get the
> > output from the printf command, which means that the evaluation stopped
> > prematurely for some reason.
> >
> > I will be happy to have a look at this problem sometime in the future.
> > But, if somebody else would like to have a look, no problem either.
>
> I can reproduce this. It's even simpler; we aren't executing the
> commands list even if if there's no inferior function call in them.
> This appears to be specific to commands on a breakpoint hit during an
> inferior function call.
>
> Did this ever work? It looks like the call to error() when we stop in
> call_function_by_hand drops us out in start_event_loop, but the call to
> bpstat_do_actions is in command_handler (closer to the innermost end of
> the call chain, and thus bypassed by the error()).
>
> Should we be calling bpstat_do_actions before that error()?
It is traditional for an error generated by a command list
to cause an abort of the rest of the command list.
Someone once requested a mode switch that would suppress that, though.
next prev parent reply other threads:[~2003-04-23 2:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-14 15:40 Joel Brobecker
2003-04-16 14:23 ` Daniel Jacobowitz
2003-04-16 23:09 ` Joel Brobecker
2003-04-17 2:40 ` Daniel Jacobowitz
2003-04-23 0:50 ` Joel Brobecker
2003-04-23 2:42 ` Michael Snyder [this message]
2003-06-29 20:11 ` 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=3EA5F5BA.59FF64A4@redhat.com \
--to=msnyder@redhat.com \
--cc=brobecker@gnat.com \
--cc=drow@mvista.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