Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* (Not) debugging STL
@ 2007-03-01 12:05 Alpár Jüttner
  2007-03-01 12:19 ` Daniel Jacobowitz
  0 siblings, 1 reply; 11+ messages in thread
From: Alpár Jüttner @ 2007-03-01 12:05 UTC (permalink / raw)
  To: gdb

Dear all,

I would greatly appreciate if anyone can help me with the following
issue.

Debugging C++ code using STL, I cannot figure out how to turn off
debugging the STL headers. Using the 'next' command is not a solution,
for example in case when I would like to step in the function 'f()' at a
line like the following.

f(v[i],v[w[i]+w[j]]);

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?

Best regards,
Alpar Juttner



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-03-05 12:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 12:05 (Not) debugging STL Alpár Jüttner
2007-03-01 12:19 ` Daniel Jacobowitz
2007-03-01 12:40   ` Alpár Jüttner
2007-03-01 12:46     ` Daniel Jacobowitz
2007-03-03 10:46       ` Alpár Jüttner
2007-03-03 11:34         ` Nick Roberts
2007-03-03 13:00           ` Alpár Jüttner
2007-03-03 14:36             ` Alpár Jüttner
2007-03-03 19:24               ` Nick Roberts
2007-03-05 12:39           ` Daniel Jacobowitz
2007-03-01 17:56     ` Brian Dessent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox