Lines Matching refs:TargetSP

61                                 TargetSP &target_sp) {  in CreateTarget()
71 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
80 const OptionGroupPlatform *platform_options, TargetSP &target_sp, in CreateTargetInternal()
298 lldb::TargetSP TargetList::GetDummyTarget(lldb_private::Debugger &debugger) { in GetDummyTarget()
313 lldb::TargetSP &target_sp) { in CreateDummyTarget()
325 lldb::TargetSP &target_sp, in CreateTargetInternal()
448 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
461 TargetSP TargetList::FindTargetWithExecutableAndArchitecture( in FindTargetWithExecutableAndArchitecture()
464 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture()
486 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID()
488 TargetSP target_sp; in FindTargetWithProcessID()
500 TargetSP TargetList::FindTargetWithProcess(Process *process) const { in FindTargetWithProcess()
501 TargetSP target_sp; in FindTargetWithProcess()
515 TargetSP TargetList::GetTargetSP(Target *target) const { in GetTargetSP()
516 TargetSP target_sp; in GetTargetSP()
534 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
569 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning()
588 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex()
589 TargetSP target_sp; in GetTargetAtIndex()
596 uint32_t TargetList::GetIndexOfTarget(lldb::TargetSP target_sp) const { in GetIndexOfTarget()
620 lldb::TargetSP TargetList::GetSelectedTarget() { in GetSelectedTarget()