public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Output from target in MI mode
@ 2005-11-18 12:34 Vladimir Prus
  2005-11-18 13:48 ` Bob Rossi
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Prus @ 2005-11-18 12:34 UTC (permalink / raw)
  To: gdb


Hi, 
the docs, in "MI Stream records", say:

 `"@" STRING-OUTPUT'
      The target output stream contains any textual output from the
      running target.

However, when I compile and run the following command:

  #include <stdio.h>

  int main()
  {
    printf("Hi\n");
    return 0;
  }

I see this:

   (gdb)
   -exec-run
   ^running
   (gdb)
   Hi
   *stopped,reason="exited-normally"
   (gdb)

The output from target is not prepended by "@". Gdb version is 6.3.
Is this a bug, or out-of-date docs, or I read the docs incorrectly?

- Volodya




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

end of thread, other threads:[~2005-11-18 15:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-18 12:34 Output from target in MI mode Vladimir Prus
2005-11-18 13:48 ` Bob Rossi
2005-11-18 14:43   ` Vladimir Prus
2005-11-18 14:47     ` Bob Rossi
2005-11-18 15:31       ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).