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
1380 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1415 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1452 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1502 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1522 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1539 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1610 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1622 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1666 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1745 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2354 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()