Home
last modified time | relevance | path

Searched refs:Launch (Results 1 – 25 of 53) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py177 def Launch(self): member in TestCase
180 self.process = self.target.Launch(self.launch_info, error)
382 if self.Launch():
H A Dprocess_events.py290 process = target.Launch(launch_info, error)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A DREADME.rst1 Launch a subprocess in a pseudo terminal (pty), and interact with both the
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h32 Status Launch() override;
H A DScriptedProcessPythonInterface.cpp59 Status ScriptedProcessPythonInterface::Launch() { in Launch() function in ScriptedProcessPythonInterface
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/
H A Dlldb-expression-fuzzer.cpp100 SBProcess process = target.Launch(launch_info, error); in DEFINE_BINARY_PROTO_FUZZER()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DOptions.td29 HelpText<"Launch a target for the launchInTerminal request. Any argument "
H A DREADME.md7 - [Launch Configuration Settings](#launch-configuration-settings)
78 ## Launch Configuration Settings
H A Dlldb-vscode.cpp106 enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch }; enumerator
359 case Launch: in SendProcessEvent()
1734 g_vsc.target.Launch(launch_info, error); in request_launch()
1759 SendProcessEvent(Launch); in request_launch()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i196 Launch (lldb::SBLaunchInfo &launch_info);
H A DSBTarget.i195 run to completion if no user interaction is required.") Launch;
197 Launch (SBListener &listener,
232 Launch (lldb::SBLaunchInfo &launch_info, lldb::SBError& error);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h31 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h150 SBError Launch(SBLaunchInfo &launch_info);
H A DSBTarget.h173 lldb::SBProcess Launch(SBListener &listener, char const **argv,
212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h34 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h33 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h36 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td58 def REM : R<["--"], "">, HelpText<"Launch program for debugging.">,
H A Dlldb-gdbserver.cpp81 Launch(ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h37 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h46 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp283 return Launch(launch_info, error); in LaunchSimple()
298 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch() function in SBTarget
373 error.SetError(target_sp->Launch(launch_info, nullptr)); in Launch()
383 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch() function in SBTarget
419 error.SetError(target_sp->Launch(launch_info, nullptr)); in Launch()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h297 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp154 Status error = GetInterface().Launch(); in DoLaunch()
/openbsd-src/gnu/llvm/lldb/docs/man/
H A Dlldb-server.rst105 Launch a program for debugging.

123