Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp437 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID() function in TargetList
486 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
518 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning()
H A DProcess.cpp1098 TargetSP target_sp(Debugger::FindTargetWithProcessID(pid)); in SetProcessExitStatus()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h159 lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i293 FindTargetWithProcessID (pid_t pid);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h188 lldb::SBTarget FindTargetWithProcessID(pid_t pid);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp963 SBTarget SBDebugger::FindTargetWithProcessID(lldb::pid_t pid) { in FindTargetWithProcessID() function in SBDebugger
964 LLDB_RECORD_METHOD(lldb::SBTarget, SBDebugger, FindTargetWithProcessID, in FindTargetWithProcessID()
970 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithProcessID()
1815 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, FindTargetWithProcessID, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h126 static lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp648 TargetSP Debugger::FindTargetWithProcessID(lldb::pid_t pid) { in FindTargetWithProcessID() function in Debugger
654 target_sp = (*pos)->GetTargetList().FindTargetWithProcessID(pid); in FindTargetWithProcessID()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18935 result = (arg1)->FindTargetWithProcessID(arg2); in _wrap_SBDebugger_FindTargetWithProcessID()