From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Discussion Subject: Re: gdb/remote - I/O Date: Fri, 06 Apr 2001 11:28:00 -0000 Message-id: <3ACE0AD6.913C9A94@cygnus.com> References: <3ABBDDE4.7C22709D@cygnus.com> X-SW-Source: 2001-04/msg00052.html Just an additional datapoint on this. The qRcmd packet (my fault) and the tracepoint packets (I've been reading C code) both use the existing ``O'' packet to send additional output back from the target during a query. The obvious question is where exactly that ``O'' packet is ment to be going - gdb_stdtarg, gdb_stdlog or gdb_stdout. If it is gdb_stdout and there is a pager things can get really complicated. Andrew