Lines Matching defs:current_sp
267 ValueObjectSP current_sp = GetItem(idx);
268 if (!current_sp)
271 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child
272 if (!current_sp)
275 // we need to copy current_sp into a new object otherwise we will end up with
279 current_sp->GetData(data, error);
373 ValueObjectSP current_sp = GetItem(idx);
374 if (!current_sp)
377 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child
378 if (!current_sp)
381 if (current_sp->GetName() == g_next) {
382 ProcessSP process_sp(current_sp->GetProcessSP());
387 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue();
390 current_sp =
392 if (!current_sp)
396 // we need to copy current_sp into a new object otherwise we will end up with
400 current_sp->GetData(data, error);