get output of target exe thru cross-gdb

Aman Wardak aman.wardak@gmail.com
Tue Feb 13 03:33:00 GMT 2007


How do I get the output of and executable on the target system thru
gdb to the host system?

i.e....
target:
  gdbserver :2345 ./helloworld

host:
  gdb ./helloworld
  target remote targetip:2345
  continue
  <<I want to see the output of helloworld here>>


---
Thanks



More information about the Gdb mailing list