Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@specifix.com>
To: Guillaume MENANT <guillaume.menant@geensys.com>
Cc: gdb@sourceware.org
Subject: Re: Single Step command
Date: Mon, 19 Nov 2007 14:18:00 -0000	[thread overview]
Message-ID: <1195481244.23780.4.camel@localhost.localdomain> (raw)
In-Reply-To: <474195FA.1000605@geensys.com>

On Mon, 2007-11-19 at 14:56 +0100, Guillaume MENANT wrote:

> 2 - What is the reply for an "s" (Single Step) command for an error ? I 
> haven't seen a "E" reply in the Stop Reply Packets.

The final authority is the code.

remote.c/remote_wait:

      switch (buf[0])
        {
        case 'E':               /* Error of some sort.  */
          warning (_("Remote failure reply: %s"), buf);
          continue;

The norm for an error reply is "Exy" where x and y are decimal
digits.  gdb does not really pay attention to the value in most
cases (including this one).




      parent reply	other threads:[~2007-11-19 14:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-19 13:56 Guillaume MENANT
2007-11-19 14:08 ` Andreas Schwab
2007-11-19 14:13   ` Guillaume MENANT
2007-11-19 14:23     ` Michael Snyder
2007-11-19 14:18 ` Michael Snyder [this message]

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=1195481244.23780.4.camel@localhost.localdomain \
    --to=msnyder@specifix.com \
    --cc=gdb@sourceware.org \
    --cc=guillaume.menant@geensys.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