Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Corinna Vinschen <gdb-patches@sources.redhat.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [RFA] testsuite/gdb.base/bang.exp:  Allow trailing text after "Program exited normally"
Date: Mon, 08 Sep 2003 15:39:00 -0000	[thread overview]
Message-ID: <20030908153911.GJ1859@cygbert.vinschen.de> (raw)
In-Reply-To: <20030908145213.GA21898@nevyn.them.org>

On Mon, Sep 08, 2003 at 10:52:13AM -0400, Daniel Jacobowitz wrote:
> I was thinking of this patch.

Looks good.  Do you check this in?

Corinna

> 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* infrun.c (normal_stop): Don't print a message if the inferior
> 	has exited.
> 
> Index: infrun.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/infrun.c,v
> retrieving revision 1.111
> diff -u -p -r1.111 infrun.c
> --- infrun.c	7 Sep 2003 15:15:01 -0000	1.111
> +++ infrun.c	8 Sep 2003 14:50:59 -0000
> @@ -3054,14 +3054,21 @@ print_stop_reason (enum inferior_stop_re
>  void
>  normal_stop (void)
>  {
> +  struct target_waitstatus last;
> +  ptid_t last_ptid;
> +
> +  get_last_target_status (&last_ptid, &last);
> +
>    /* As with the notification of thread events, we want to delay
>       notifying the user that we've switched thread context until
>       the inferior actually stops.
>  
>       (Note that there's no point in saying anything if the inferior
> -     has exited!) */
> +     has exited!)  */
>    if (!ptid_equal (previous_inferior_ptid, inferior_ptid)
> -      && target_has_execution)
> +      && target_has_execution
> +      && last.kind != TARGET_WAITKIND_SIGNALLED
> +      && last.kind != TARGET_WAITKIND_EXITED)
>      {
>        target_terminal_ours_for_output ();
>        printf_filtered ("[Switching to %s]\n",

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


  reply	other threads:[~2003-09-08 15:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-08 11:42 Corinna Vinschen
2003-09-08 13:27 ` Daniel Jacobowitz
2003-09-08 14:30   ` Corinna Vinschen
2003-09-08 14:52     ` Daniel Jacobowitz
2003-09-08 15:39       ` Corinna Vinschen [this message]
2003-09-08 18:52   ` Andrew Cagney
2003-09-08 20:14     ` 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=20030908153911.GJ1859@cygbert.vinschen.de \
    --to=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