Home
last modified time | relevance | path

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

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