Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Parallel Tools

 

> -----Original Message-----
> From: cdt-dev-admin@xxxxxxxxxxx 
> [mailto:cdt-dev-admin@xxxxxxxxxxx] On Behalf Of Fabian Cenedese
> Sent: December 21, 2004 2:24 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] Parallel Tools
> 
> 
> >> Only the best kind of fun though :-)
> >> 
> >
> >Excellent news 8-)
> >
> >We've been slowly "massaging" the base core of CDT/Debug to make 
> >support for this(PTools) possible, but our efforts been ... 
> "timid".  
> >So to see folks with some good experience on the subject, step in is 
> >encouraging.
> 
> Just out of curiosity: gdb is currently not capable of 
> debugging multi processes. What was intended for debugger? 
> Extending gdb? Some other debugger? Or only an interface to 
> connect to each own's proprietary debugger (like gdbserver)?

There is nothing stopping you from running several instances of gdb
and prsenting those multiple instances in a single cohesive interface.
The Eclipse debugger does this today.

Thomas


Back to the top