Searched refs:RemoteLaunch (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 22 obj.RemoteLaunch(None, None, None, None, None, None, 0, False, error)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 118 ) RemoteLaunch; 120 RemoteLaunch (char const **argv,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 82 bool RemoteLaunch(char const **argv, char const **envp,
|
/external/llvm-project/lldb/test/API/python_api/process/ |
D | TestProcessAPI.py | 302 success = process.RemoteLaunch(
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 128 bool SBProcess::RemoteLaunch(char const **argv, char const **envp, in RemoteLaunch() function in SBProcess 134 LLDB_RECORD_METHOD(bool, SBProcess, RemoteLaunch, in RemoteLaunch() 1328 LLDB_REGISTER_METHOD(bool, SBProcess, RemoteLaunch, in RegisterMethods()
|