0
votes
0answers
29 views

What debug symbol package has gcc's _Alloc_hider?

A c++ program I'm compiling has a reference to symbol _ZNSbIwSt11char_traitsIwESaIwEEC1Ev, which turns out to resolve to _Alloc_hider, from ...
0
votes
0answers
17 views

Is there a way to see ALL the variables declared in DDD while debugging C++ programs?

I absolutely LOVE how I can see all the declared variables while debugging Java in Eclipse and have started to use DDD to debug C++ programs now. So I want to know if there's any way to see all the ...