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]

Re: Trying to remote debug question


On Tue, Jun 20, 2006 at 09:17:33AM -0400, Fahd Abidi wrote:
> Thank you, that sounds promising.
> 
> Would you happen to know the command to tell gdbserver to write its
> stdout/stderr to /dev/null?

This is Unix.
  gdbserver /dev/ttyS0 ./command >/dev/null 2>/dev/null


-- 
Daniel Jacobowitz
CodeSourcery


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