Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_process.py22 obj.RemoteLaunch(None, None, None, None, None, None, 0, False, error)
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i118 ) RemoteLaunch;
120 RemoteLaunch (char const **argv,
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h82 bool RemoteLaunch(char const **argv, char const **envp,
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py302 success = process.RemoteLaunch(
/external/llvm-project/lldb/source/API/
DSBProcess.cpp128 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()