Variable objects and STL containers

Daniel Jacobowitz drow@false.org
Tue Feb 19 16:31:00 GMT 2008


On Fri, Feb 15, 2008 at 10:23:28PM +1300, Nick Roberts wrote:
> Would it be possible for the gcc developers to add that information?
> I mean with a special option, like -g3 means include macro information.

I don't think so.  There is no useful way to represent their actions;
you'd need a compiler to some intermediate language, probably the
DWARF stack machine.

> Alternatively would it be possible to share code for those methods with
> Gdb, as with the bfd library?

They're written in C++ and templated for every user type that uses
them.  So, not this either.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list