Home
last modified time | relevance | path

Searched refs:AttachToProcessWithID (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i277 A process object for the attached process.") AttachToProcessWithID;
279 AttachToProcessWithID (SBListener &listener,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h232 lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp494 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID() function in SBTarget
499 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in AttachToProcessWithID()
2529 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47574 result = (arg1)->AttachToProcessWithID(*arg2,arg3,*arg4); in _wrap_SBTarget_AttachToProcessWithID()