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: gdb remote stub for proprietary operating system?


On Tue, Jan 23, 2007 at 04:16:49PM -0500, Dominique Toupin (QA/EMC) wrote:
> Hi,
> 
> I would like to have info on how to implement a gdb remote stub for a
> proprietary operating system.
> How long does it typically take.

That depends on too many things for us to guess.  For instance, how
your debug interfaces work within your OS, whether you are interested
in threading, and how much OS functionality you want to make available. 
I recommend reading the remote protocol documentation from the GDB
manual, to get a feeling for how much you need.  You won't need all
the packets documented there, though.

> My team will probably do a Linux GDB/MI implementation in DSF
> (http://www.eclipse.org/dsdp/dd/).

Great to hear someone is working on this - I am very interested in
DSF.

-- 
Daniel Jacobowitz
CodeSourcery


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