This is the mail archive of the gdb-prs@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]

[Bug mi/18993] gdb-mi variable object not found with std::vector


https://sourceware.org/bugzilla/show_bug.cgi?id=18993

ghjghj530-bubu at yahoo dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghjghj530-bubu at yahoo dot de

--- Comment #1 from ghjghj530-bubu at yahoo dot de ---
Had the same problem.
Solution: souround the VariableObject's name with " "

e.g.:
-var-list-children --all-values "var1.std::_Vector_base<int,
std::allocator<int> >"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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