This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: USB in GDB/Insight


Hi all,

What is involved in adding a new target to gdb? Also is there any documentation
re this subject?

At present gdb's RSP supports only Serial and Ethernet communication, and I
am thinking of implementing USB support ( for a PC anyway ).

It depends on how the USB's device driver represents the device to the userland. If, for instance, it appears to be a serial device then GDB can talk to it already. If not, things get interesting.


You may want to look at the ser* code and implement a serial like usb driver.

Andrew



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