Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* document issue about GDB/MI output syntax
@ 2013-12-19  7:55 asmwarrior
  2013-12-19 18:07 ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: asmwarrior @ 2013-12-19  7:55 UTC (permalink / raw)
  To: GDB Development

Hi, I just found in this page:
https://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI-Output-Syntax.html#GDB_002fMI-Output-Syntax
The syntax is not correct:

console-stream-output ==>
    "~" c-string
target-stream-output ==>
    "@" c-string
log-stream-output ==>
    "&" c-string 

It should be:

console-stream-output ==>
    "~" c-string nl
target-stream-output ==>
    "@" c-string nl
log-stream-output ==>
    "&" c-string nl

There is a "nl" missing in those stream-record, right?

Thanks

Yuanhui Zhang


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

end of thread, other threads:[~2013-12-20  3:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19  7:55 document issue about GDB/MI output syntax asmwarrior
2013-12-19 18:07 ` Joel Brobecker
2013-12-20  1:25   ` asmwarrior
2013-12-20  3:38     ` Joel Brobecker

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