Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i302 A process object for the attached process.") AttachToProcessWithName;
304 AttachToProcessWithName (SBListener &listener,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp525 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName() function in SBTarget
531 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithName, in AttachToProcessWithName()
2532 lldb::SBProcess, SBTarget, AttachToProcessWithName, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47621 result = (arg1)->AttachToProcessWithName(*arg2,(char const *)arg3,arg4,*arg5); in _wrap_SBTarget_AttachToProcessWithName()