Home
last modified time | relevance | path

Searched refs:LaunchSimple (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lldb/examples/python/
Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd())
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py146 process = target.LaunchSimple(None, None, self.get_process_working_directory())
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTarget.i225 executable.") LaunchSimple;
227 LaunchSimple (const char **argv,
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTarget.h209 SBProcess LaunchSimple(const char **argv, const char **envp,
/openbsd/src/gnu/llvm/lldb/bindings/lua/
Dlua-typemaps.swig193 // Typemap for handling char ** in SBTarget::LaunchSimple, SBTarget::Launch...
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp262 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple() function in SBTarget
/openbsd/src/gnu/llvm/lldb/docs/use/
Dpython-reference.rst806 process = target.LaunchSimple (None, None, os.getcwd())