Lines Matching refs:SetSP
170 sb_process.SetSP(process_sp); in GetProcess()
252 sb_process.SetSP(process_sp); in LoadCore()
375 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
421 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
454 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
484 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
511 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
538 sb_process.SetSP(process_sp); in ConnectRemote()
578 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1285 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1316 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1351 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1399 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1417 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1433 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1498 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1509 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1552 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1651 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2229 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()