This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remote console output


Hi,

I hope this is the correct mailing list for this, sorry if it isn't.

I'm experimenting with remote GDB debugging at the moment - I've got a
simple program that prints to the console using printf which I can
successfully run and debug with gdbserver and a gdb client.

As I expected, the printf output is appearing on the gdbserver console
rather than the client gdb console. However, I was wondering if there is a
way to change this behaviour so that any console output from the executing
program appears on the client gdb console. How can I do this?

I'm sure there must be a way of doing this for debugging on embedded devices
that have no display?

Thanks for any help.

Alan
-- 
View this message in context: http://old.nabble.com/Remote-console-output-tp30890623p30890623.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]