Lines Matching refs:SetSP
184 sb_process.SetSP(process_sp); in GetProcess()
274 sb_process.SetSP(process_sp); in LoadCore()
402 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
486 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
518 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
547 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
577 sb_process.SetSP(process_sp); in ConnectRemote()
619 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1412 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1447 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1484 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1534 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1554 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1571 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1642 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1654 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1698 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1777 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2386 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()