Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i116 ) RemoteLaunch;
118 RemoteLaunch (char const **argv,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h82 bool RemoteLaunch(char const **argv, char const **envp,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp127 bool SBProcess::RemoteLaunch(char const **argv, char const **envp, in RemoteLaunch() function in SBProcess
133 LLDB_RECORD_METHOD(bool, SBProcess, RemoteLaunch, in RemoteLaunch()
1353 LLDB_REGISTER_METHOD(bool, SBProcess, RemoteLaunch, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39227 …result = (bool)(arg1)->RemoteLaunch((char const **)arg2,(char const **)arg3,(char const *)arg4,(ch… in _wrap_SBProcess_RemoteLaunch()