Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Bob Rossi <bob@brasko.net>
To: gdb@sources.redhat.com
Subject: Re: GDB/MI Output Syntax ambiguity
Date: Mon, 23 Aug 2004 21:12:00 -0000	[thread overview]
Message-ID: <20040823211219.GB15374@white> (raw)
In-Reply-To: <20040823210924.GA22417@nevyn.them.org>

On Mon, Aug 23, 2004 at 05:09:24PM -0400, Daniel Jacobowitz wrote:
> On Mon, Aug 23, 2004 at 05:03:14PM -0400, Bob Rossi wrote:
> > Hi,
> > 
> > I am generating a bottom up parser for 'GDB/MI Output Syntax' using
> > bison. Unfortunately, I think that I found an ambiguity, which makes it
> > not easily parsable. Please correct me if I am wrong.
> > 
> > output                  -> ( out-of-band-record )* [ result-record ] "(gdb)" nl
> > result-record           -> [ token ] "^" result-class ( "," result )* nl
> > out-of-band-record      -> async-record | stream-record
> > async-record            -> exec-async-output | status-async-output | notify-asyn
> > exec-async-output       -> [ token ] "*" async-output
> > status-async-output     -> [ token ] "+" async-output
> > notify-async-output     -> [ token ] "=" async-output
> > 
> > I am assuming that the grammar above for 'output' means that there can
> > be 0 or more 'out-of-band-record', followed by 0 or 1 'result-record',
> > followed by '(gdb)' and then a newline.
> 
> This is easily solved.  For instance, factor the optional token out of
> async-record and result-record, and handle output as:
>  output     -> [token] ( out-of-band-record-1 [token] )* [ result-record ] "(gdb)" nl
> 
> 
> I'm not sure how faithful to the documented grammar GDB is... but
> that's a separate problem.

Thanks! Hopefully it won't be to long before I'm done :)
Bob Rossi


  reply	other threads:[~2004-08-23 21:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-23 21:03 Bob Rossi
2004-08-23 21:09 ` Daniel Jacobowitz
2004-08-23 21:12   ` Bob Rossi [this message]
2004-08-23 21:37   ` Bob Rossi
2004-08-23 21:42   ` Michael Chastain
2004-08-23 22:23     ` Bob Rossi
2004-08-24  3:56 ` Michael Chastain
2004-08-24 12:36   ` Bob Rossi
2004-08-24 17:15 Xinan Tang

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=20040823211219.GB15374@white \
    --to=bob@brasko.net \
    --cc=gdb@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