This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Console-input & GDB


> in the eCos Reference Manual, pg. 117, I found that GDB remote
> protocol not allows console-input functionality for the
> applications. This means that is never possible to debug an
> application which requires such functionality, or is there any
> workaround?

This is one of those issues that comes up every so often. No its not
possible to use a serial port for both gdb and I/O. You either need
two serial ports, or you connect gdb to the target via some other
means like ethernet or maybe JTAG. 

        Andrew

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