Lines Matching refs:SetSP
155 sb_process.SetSP(process_sp); in GetProcess()
236 sb_process.SetSP(process_sp); in LoadCore()
346 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
403 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
490 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
526 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
561 sb_process.SetSP(process_sp); in ConnectRemote()
607 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1317 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1353 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1394 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1443 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1469 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1493 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1565 sb_module.SetSP(target_sp->GetSharedModule(module_spec)); in AddModule()
1574 sb_module.SetSP(target_sp->GetSharedModule(*module_spec.m_opaque_ap)); in AddModule()
1620 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1689 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2279 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()