public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* USB support for GDB
@ 2003-10-06  6:16 Sachin Bharadwaj
  2003-10-06 18:34 ` Jim Blandy
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin Bharadwaj @ 2003-10-06  6:16 UTC (permalink / raw)
  To: insight

Hi,

How do I start modifying Insight/GDB for communicating through USB. I
have a sample Linux USB driver, with which I want to interface the
Insight/GDB 5.1.

Any quick response will be highly appreciated.

Sachin

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: USB support for GDB
@ 2003-10-07 12:58 Kevin McGrath
  2003-10-07 16:31 ` Jim Blandy
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin McGrath @ 2003-10-07 12:58 UTC (permalink / raw)
  To: jimb, sachin; +Cc: insight


Would you use Micosofts WDM DDK, to assist in the development of the device 
drivers for the particular target system. Would the device driver be wrote 
at a layer below GDB & then use Win32 API calls to communicate with the 
Device Driver which in turn would communicate with the target device

>From: Jim Blandy <jimb@redhat.com>
>To: Sachin Bharadwaj <sachin@multitech.co.in>
>CC: insight@sources.redhat.com
>Subject: Re: USB support for GDB
>Date: 06 Oct 2003 13:33:49 -0500
>
>
>Sachin Bharadwaj <sachin@multitech.co.in> writes:
> > How do I start modifying Insight/GDB for communicating through USB. I
> > have a sample Linux USB driver, with which I want to interface the
> > Insight/GDB 5.1.
>
>I don't know anything about talking to USB devices, but I would guess
>that you would need to create a new serial_ops structure (see
>serial.h) pointing to functions that do the right thing, and call
>serial_add_interface to register it.
>
>Then you'll need to add a case to serial_open in serial.c to parse the
>argument to 'target remote'.
>

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-07 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-06  6:16 USB support for GDB Sachin Bharadwaj
2003-10-06 18:34 ` Jim Blandy
2003-10-07 12:58 Kevin McGrath
2003-10-07 16:31 ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).