Searched refs:LaunchSimple (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disasm.py | 59 process = target.LaunchSimple(None, None, os.getcwd())
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbinline.py | 146 process = target.LaunchSimple(None, None, self.get_process_working_directory())
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTarget.i | 225 executable.") LaunchSimple; 227 LaunchSimple (const char **argv,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 209 SBProcess LaunchSimple(const char **argv, const char **envp,
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 193 // Typemap for handling char ** in SBTarget::LaunchSimple, SBTarget::Launch...
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTarget.cpp | 262 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple() function in SBTarget
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | python-reference.rst | 806 process = target.LaunchSimple (None, None, os.getcwd())
|