This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb cannot understand some type with STL



Eli Zaretskii wrote:
Date: Sat, 22 Dec 2007 12:35:07 -0500
From: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sourceware.org

It's going to be a std::list<int, std::allocator<int> > or something
like that.

In which case "whatis 'std::list TAB" (note the single quote) should
complete the correct text to type, right?

Is this solution likely to work in mi mode? I've run into similar issues with gdb/mi
in the NetBeans gdb module.


Gordon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]