Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: gdb@sourceware.org
Subject: Re: MI: event notification
Date: Wed, 21 Jun 2006 02:23:00 -0000	[thread overview]
Message-ID: <20060621013437.GA17956@nevyn.them.org> (raw)
In-Reply-To: <17560.40409.61785.698765@kahikatea.snap.net.nz>

On Wed, Jun 21, 2006 at 01:16:09PM +1200, Nick Roberts wrote:
> In the past there have been discussions about the performance of certain
> MI commands.  To reduce the overhead, I would like to add some event
> notification where GDB informs that front end when something has changed
> 
> I think this has always been the intention but that nothing has so far
> been implemented.  As a start, and by way of an example, I attach a patch
> that tries to say when the stack has changed so that MI command(s)
> -stack-list-frames, -stack-list-arguments need not be issued while stepping
> within the same frame, for example.  
> 
> From the manual:
> 
> `NOTIFY-ASYNC-OUTPUT ==>'
>      `[ TOKEN ] "=" ASYNC-OUTPUT'
> 
> 
> Using the patch, "=stack-changed\n" gets printed every time the stack changes
> e.g

Good idea in general, bad choice of example.  This is not a valid
optimization, at least not where you put it.

- Stepping within a frame can change the values displayed by
  -stack-list-arguments.  On most targets + compilers they
  are sometimes corrupt at the beginning of a function.  On
  many targets the "incoming" value of the argument changes
  when that variable is assigned to.

- You can encounter the same frame ID for two consecutive stops
  but have a different backtrace, e.g. if you continued and then
  hit a breakpoint near the same function.

A good place to start might be asking the Xcode folks where they put
events.  I know they put a bunch of them, e.g. shlib related.  I don't
know if they're all suitable for GDB/MI, but I bet most of them are.
(And I think I talked with Jim about this particular one at some point,
and they either didn't have one, or didn't use it for much).

-- 
Daniel Jacobowitz
CodeSourcery


  reply	other threads:[~2006-06-21  1:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21  1:34 Nick Roberts
2006-06-21  2:23 ` Daniel Jacobowitz [this message]
2006-06-21  2:31   ` Nick Roberts
2006-06-21  4:50     ` Daniel Jacobowitz
2006-07-10 20:43       ` Jim Ingham
2006-07-16  4:34         ` Nick Roberts
2006-07-17 22:00           ` Jim Ingham
2006-07-17 23:02             ` Nick Roberts

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=20060621013437.GA17956@nevyn.them.org \
    --to=drow@false.org \
    --cc=gdb@sourceware.org \
    --cc=nickrob@snap.net.nz \
    /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