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: Multiplexing gdb remote protocol and application output


On Tue, Sep 20, 2005 at 05:58:29PM -0700, yuri@enmediainc.com wrote:
> Hello,
> 
> Older gdb versions supported 'target cisco'. Function readsocket() allowed
> to distinct between application output and remote communication protocol
> packets, using escape sequence.
> 
> Now 'target cisco' support removed from gdb distribution. Is there any
> standard way in gdb to multiplex remote protocol and application
> input/output?

Not really, but there's at least one tool that can do this, called kdmx
(specific to Linux but I believe it ought to be fairly portable).

I'm afraid that's all I know about the subject though.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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