Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [RFA/doco] Adjust the normal_stop observer documentation
Date: Mon, 31 Mar 2003 23:17:00 -0000	[thread overview]
Message-ID: <20030331231655.GA7931@nevyn.them.org> (raw)
In-Reply-To: <20030331230556.GG916@gnat.com>

On Mon, Mar 31, 2003 at 03:05:56PM -0800, Joel Brobecker wrote:
> Hello,
> 
> The normal_stop notification has been inserted in a slightly different
> location than the location I had in mind. As a consequence, the
> description for this notification needed to be slightly adjusted. I took
> this opportunity to fix a minor nit (same word repeated twice).

> ***************
> *** 40,48 ****
>   @cindex notification about inferior execution stop
>   
>   @value{GDBN} will notify all @code{normal_stop} observers when the
> ! inferior execution has just stopped, and all the associated internal
> ! processing (such as breakpoint commands, annotations, etc) is about to
> ! be performed before the @value{GDBN} prompt is returned to the user.
>   
>   The following interface is available to manage @code{normal_stop}
>   observers:
> --- 40,48 ----
>   @cindex notification about inferior execution stop
>   
>   @value{GDBN} will notify all @code{normal_stop} observers when the
> ! inferior execution has just stopped, the associated messages and
> ! annotations have been printed, and the control is about to be returned
> ! to the user.
>   
>   The following interface is available to manage @code{normal_stop}
>   observers:

Have user breakpoint commands been executed at this point?  How about
breakpoint conditions?  If so, it suggests that the cache management
you wanted for Ada needs to be done at an earlier observation point,
perhaps corresponding to each _actual_ stop as opposed to each user
visible stop.  Otherwise "info tasks" in a breakpoint commands list may
behave strangely...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-03-31 23:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-31 23:06 Joel Brobecker
2003-03-31 23:17 ` Daniel Jacobowitz [this message]
2003-03-31 23:29   ` Joel Brobecker
2003-04-01  1:00 ` Joel Brobecker
2003-04-01  3:27 ` Eli Zaretskii
2003-04-03 15:15   ` Joel Brobecker

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=20030331231655.GA7931@nevyn.them.org \
    --to=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