Home
last modified time | relevance | path

Searched refs:FindTargetWithProcessID (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp401 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID() function in TargetList
450 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
482 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning()
H A DProcess.cpp1156 TargetSP target_sp(Debugger::FindTargetWithProcessID(pid)); in SetProcessExitStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h159 lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h255 lldb::SBTarget FindTargetWithProcessID(lldb::pid_t pid);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h96 static lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1014 SBTarget SBDebugger::FindTargetWithProcessID(lldb::pid_t pid) { in FindTargetWithProcessID() function in SBDebugger
1020 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithProcessID()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp811 TargetSP Debugger::FindTargetWithProcessID(lldb::pid_t pid) { in FindTargetWithProcessID() function in Debugger
817 target_sp = (*pos)->GetTargetList().FindTargetWithProcessID(pid); in FindTargetWithProcessID()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21925 result = (arg1)->FindTargetWithProcessID(arg2); in _wrap_SBDebugger_FindTargetWithProcessID()