Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i134 ) lldb::SBTarget::Launch;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h35 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h41 Status Launch() override;
H A DScriptedProcessPythonInterface.cpp65 Status ScriptedProcessPythonInterface::Launch() { in Launch() function in ScriptedProcessPythonInterface
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h154 SBError Launch(SBLaunchInfo &launch_info);
H A DSBTarget.h178 lldb::SBProcess Launch(SBListener &listener, char const **argv,
217 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h35 Launch(ProcessLaunchInfo &launch_info,
H A DNativeProcessNetBSD.cpp59 NativeProcessNetBSD::Manager::Launch(ProcessLaunchInfo &launch_info, in Launch() function in NativeProcessNetBSD::Manager
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h38 Launch(ProcessLaunchInfo &launch_info,
H A DNativeProcessFreeBSD.cpp54 NativeProcessFreeBSD::Manager::Launch(ProcessLaunchInfo &launch_info, in Launch() function in NativeProcessFreeBSD::Manager
/freebsd-14.2/contrib/llvm-project/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,
/freebsd-14.2/stand/forth/
H A Dshortcuts.4th48 menu-display \ Launch interactive menu (in menu.4th)
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp284 return Launch(launch_info, error); in LaunchSimple()
299 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch() function in SBTarget
374 error.SetError(target_sp->Launch(launch_info, nullptr)); in Launch()
384 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch() function in SBTarget
420 error.SetError(target_sp->Launch(launch_info, nullptr)); in Launch()
H A DSBPlatform.cpp570 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch() function in SBPlatform
H A DSBProcess.cpp150 error.SetError(process_sp->Launch(launch_info)); in RemoteLaunch()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h302 Launch(ProcessLaunchInfo &launch_info,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp173 Status error = GetInterface().Launch(); in DoLaunch()
/freebsd-14.2/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst105 Launch a program for debugging.
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst212 Launch the process in a new TTY if supported by the host.
216 Launch the process inside a shell to get shell expansion.
220Launch the process in a separate process group if you are going to hand the process off (e.g. to d…
/freebsd-14.2/contrib/spleen/
H A DREADME.md150 Launch **xterm**.
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig193 // Typemap for handling char ** in SBTarget::LaunchSimple, SBTarget::Launch...
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp439 error = process_sp->Launch(launch_info); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp478 error = process_sp->Launch(launch_info); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h639 Status Launch(ProcessLaunchInfo &launch_info,

12