Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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


Back to the top