Lines Matching refs:SetSP
537 sb_process.SetSP (process_sp); in GetProcess()
574 sb_process.SetSP (process_sp); in LoadCore()
687 sb_process.SetSP (process_sp); in Launch()
782 sb_process.SetSP (process_sp); in Launch()
916 sb_process.SetSP (process_sp); in Attach()
1014 sb_process.SetSP (process_sp); in AttachToProcessWithID()
1113 sb_process.SetSP (process_sp); in AttachToProcessWithName()
1175 sb_process.SetSP (process_sp); in ConnectRemote()
1238 SBTarget::SetSP (const lldb::TargetSP& target_sp) in SetSP() function in SBTarget
1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1783 sb_watchpoint.SetSP (watchpoint_sp); in FindWatchpointByID()
1823 sb_watchpoint.SetSP (watchpoint_sp); in WatchAddress()
1912 sb_module.SetSP(target_sp->GetSharedModule (module_spec)); in AddModule()
1923 sb_module.SetSP(target_sp->GetSharedModule (*module_spec.m_opaque_ap)); in AddModule()
1979 sb_module.SetSP (target_sp->GetImages().FindFirstModule (module_spec)); in FindModule()
2031 sb_module.SetSP (module_sp); in GetModuleAtIndex()
2614 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()