Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* GDB/MI Output syntax
@ 2004-08-24 19:19 Bob Rossi
  2004-08-24 19:33 ` Michael Chastain
  2004-08-25  4:09 ` Eli Zaretskii
  0 siblings, 2 replies; 12+ messages in thread
From: Bob Rossi @ 2004-08-24 19:19 UTC (permalink / raw)
  To: gdb-patches

Hi,

Below is a patch that adds a much needed newline into the
out-of-band-record. This makes the grammar match the output of GDB and
was hinted to that it was just a typo to not have it there.

Permission to apply?

Thanks,
Bob Rossi

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.212
diff -w -u -r1.212 gdb.texinfo
--- gdb.texinfo 30 Jul 2004 19:23:54 -0000      1.212
+++ gdb.texinfo 24 Aug 2004 19:17:49 -0000
@@ -14674,7 +14674,7 @@
 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}

 @item @var{out-of-band-record} @expansion{}
-@code{@var{async-record} | @var{stream-record}}
+@code{( @var{async-record} | @var{stream-record} ) @var{nl}}

 @item @var{async-record} @expansion{}
 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-08-25 15:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-24 19:19 GDB/MI Output syntax Bob Rossi
2004-08-24 19:33 ` Michael Chastain
2004-08-24 19:39   ` Bob Rossi
2004-08-24 19:43     ` Bob Rossi
2004-08-24 19:53     ` Michael Chastain
2004-08-24 19:48   ` Andrew Cagney
2004-08-24 19:54     ` Bob Rossi
2004-08-24 20:01     ` Bob Rossi
2004-08-24 20:18       ` Andrew Cagney
2004-08-24 20:56         ` Bob Rossi
2004-08-25 15:51           ` Andrew Cagney
2004-08-25  4:09 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox