Lines Matching refs:SetSP
171 sb_process.SetSP(process_sp); in GetProcess()
253 sb_process.SetSP(process_sp); in LoadCore()
376 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
422 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
456 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
486 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
513 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
540 sb_process.SetSP(process_sp); in ConnectRemote()
580 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1287 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1318 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1365 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()
1413 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1431 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1447 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
1524 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1533 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1585 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1704 sb_module.SetSP(module_sp); in GetModuleAtIndex()
2293 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()