Lines Matching refs:SetSP
171 sb_process.SetSP(process_sp); in GetProcess()
260 sb_process.SetSP(process_sp); in LoadCore()
383 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
429 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
463 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
493 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
520 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
547 sb_process.SetSP(process_sp); in ConnectRemote()
587 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1294 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1325 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1372 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()
1420 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1438 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1454 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1531 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1540 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1592 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1711 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2334 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()