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


>>>>> "yuri" == yuri  <yuri@enmediainc.com> writes:

 yuri> Hello, Older gdb versions supported 'target cisco'. Function
 yuri> readsocket() allowed to distinct between application output and
 yuri> remote communication protocol packets, using escape sequence.

 yuri> Now 'target cisco' support removed from gdb distribution. Is
 yuri> there any standard way in gdb to multiplex remote protocol and
 yuri> application input/output?

Output, yes; there's an encoding for output characters mentioned in
the remote protocol spec.  Input, I don't think so.

    paul


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