(Not) debugging STL

Daniel Jacobowitz drow@false.org
Thu Mar 1 12:19:00 GMT 2007


On Thu, Mar 01, 2007 at 01:04:50PM +0100, Alpár Jüttner wrote:
> In general, it would be often very useful for me to turn off debugging
> of some source files I rely on. If it is a convertional .cc file, I can
> do it by turning off putting the debug info into the related object
> file. But what to do if I use templates/inline functions, thus the
> implementations are in the header files?

GDB does not have any way to do this - yet.  It's been proposed a few
times.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list