: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: altimin at altimin dot ru
Python pretty printing does not work at Mac OS X 10.9 (g++ 4.6.4, gdb 7.6)
because result of get_basic_type() is just 'vector' instead of 'std::vector'.
Adding following two
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075
--- Comment #3 from Alexander Timin ---
Created attachment 31195
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31195&action=edit
compiled dwarf file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075
--- Comment #5 from Alexander Timin ---
Created attachment 31197
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31197&action=edit
source code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075
--- Comment #4 from Alexander Timin ---
Created attachment 31196
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31196&action=edit
compiled executable
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075
--- Comment #6 from Alexander Timin ---
(In reply to Tom Tromey from comment #2)
It has been compiled only with -g option.
What do you mean by "see gdb session"? I don't understand. What should I do?