Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Renaming gdb

Hi Jeremiah,

We have ways to make that sort of thing work...

You'll have to remind us if we forgot when we get to detailed design of
the Debugger object.

Thanks,
Leo

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Lott, Jeremiah
Sent: Friday, December 09, 2005 4:37 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Renaming gdb

> ....
> I would need some help in figuring out where to put the
> debugger in the model, and defining the set of attributes and 
> callbacks
> that would fully define a debugger to CDT.
> ....

Probably a little premature for suggestions, but the actual "name" of
gdb for us would be dynamically calculated based on the current value of
one of the options in the project.  This actually applies for gcc, g++,
as, etc. too, which we currently handle with a custom makefile
generator, scanner info provider and collector.  We'd need to be able to
take a similar approach with debugger.  Just a nasty situation we should
consider. :)

  Jeremiah Lott
  TimeSys Corporation
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top