We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dda8a2 commit 30df629Copy full SHA for 30df629
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
@@ -245,9 +245,6 @@ lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() {
245
if (!target_sp)
246
return lldb::ChildCacheState::eRefetch;
247
248
- if (!valobj_sp)
249
- return lldb::ChildCacheState::eRefetch;
250
-
251
// this must be a ValueObject* because it is a child of the ValueObject we
252
// are producing children for it if were a ValueObjectSP, we would end up
253
// with a loop (iterator -> synthetic -> child -> parent == iterator) and
0 commit comments