Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: David Daney <ddaney@avtrex.com>
Cc: gdb@sourceware.org
Subject: Re: [rfc/remote] Tell remote stubs which signals are boring
Date: Thu, 26 Oct 2006 01:40:00 -0000	[thread overview]
Message-ID: <20061026014027.GA9023@nevyn.them.org> (raw)
In-Reply-To: <453FEB98.8090202@avtrex.com>

On Wed, Oct 25, 2006 at 03:56:24PM -0700, David Daney wrote:
> >     Use of this packet is controlled by the `set remote pass-signals'
> >     command (*note set remote pass-signals: Remote configuration.).
> >     This packet is not probed by default; the remote stub must request
> >     it, by supplying an appropriate `qSupported' response (*note
> >     qSupported::).
> 
> Does this mean that you have to issue a 'set remote pass-signals' 
> command, or is it done automatically for 'handle noprint nostop pass' if 
> the remote stub supports it?
> 
> Not being that familiar with the remote protocol, it is unclear to me.

It will just work.  The conversation goes like this:

-> qSupported:			  # Whatcha got?
<- PacketSize=4000;QPassSignals+  # I got big buffers.  And stuff.
-> QPassSignals:e;10;14		  # Don't care about all these.
<- OK				  # OK, I don't care.
-> vCont:c			  # RUN!

The "set remote" command is only for overrides.  Honestly, I've been
thinking of removing the override commands, or moving them into maint
somewhere; they're half the trouble in adding and documenting a new
command, and we're just adding them for consistency at this point.
I don't think they're really useful except for testing.

-- 
Daniel Jacobowitz
CodeSourcery


  reply	other threads:[~2006-10-26  1:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-25 21:24 Daniel Jacobowitz
2006-10-25 21:33 ` Mark Kettenis
2006-10-25 22:56 ` David Daney
2006-10-26  1:40   ` Daniel Jacobowitz [this message]
2006-10-26  7:02     ` Eli Zaretskii
2006-10-26  6:57 ` Eli Zaretskii
2006-10-26 12:18   ` Daniel Jacobowitz
2006-10-26 15:01     ` Eli Zaretskii
2006-10-26 15:10       ` Daniel Jacobowitz
2006-10-26 15:18         ` Eli Zaretskii
2006-10-26 15:22           ` Daniel Jacobowitz
2006-10-26 15:27     ` Mark Kettenis
2006-10-26 15:37       ` Daniel Jacobowitz
2006-10-26 17:54         ` Mark Kettenis
2006-10-26 21:11 ` Jim Blandy
2006-10-26 21:16   ` Daniel Jacobowitz
2006-10-26 21:28     ` Jim Blandy
2006-10-26 21:37       ` 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=20061026014027.GA9023@nevyn.them.org \
    --to=drow@false.org \
    --cc=ddaney@avtrex.com \
    --cc=gdb@sourceware.org \
    /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