Home
last modified time | relevance | path

Searched defs:launch_info (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.h43 lldb_private::ProcessLaunchInfo launch_info; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
H A DHost.cpp442 ProcessLaunchInfo launch_info; in RunShellCommand() local
552 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp87 ProcessLaunchInfoSP launch_info) { in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp217 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp270 ShellExpandArguments(ProcessLaunchInfo & launch_info) ShellExpandArguments() argument
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp261 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp146 ProcessLaunchInfo launch_info = GetTarget().GetProcessLaunchInfo(); DoLoadCore() local
152 DoLaunch(Module * exe_module,ProcessLaunchInfo & launch_info) DoLaunch() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp146 PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp160 lldb::ProcessSP PlatformQemuUser::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp324 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
413 PlatformRemoteGDBServer::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp265 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
H A DPlatform.cpp930 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
978 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
996 lldb::ProcessSP Platform::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3411 void GetExecutableSettings(ProcessLaunchInfo &launch_info) { in GetExecutableSettings()
3427 void GetArguments(ProcessLaunchInfo &launch_info) { in GetArguments()
3433 void GetEnvironment(ProcessLaunchInfo &launch_info) { in GetEnvironment()
3444 void GetWorkingDirectory(ProcessLaunchInfo &launch_info) { in GetWorkingDirectory()
3450 void GetStopAtEntry(ProcessLaunchInfo &launch_info) { in GetStopAtEntry()
3457 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError()
3464 void GetDisableASLR(ProcessLaunchInfo &launch_info) { in GetDisableASLR()
3471 void GetPlugin(ProcessLaunchInfo &launch_info) { in GetPlugin()
3475 void GetArch(ProcessLaunchInfo &launch_info) { in GetArch()
3486 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h640 virtual uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo()
H A DProcess.h126 ProcessAttachInfo(const ProcessLaunchInfo &launch_info) in ProcessAttachInfo()
1097 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp278 SBLaunchInfo launch_info = GetLaunchInfo(); in LaunchSimple() local
357 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch() local
415 lldb_private::ProcessLaunchInfo launch_info = sb_launch_info.ref(); in Launch() local
2378 lldb::SBLaunchInfo launch_info(nullptr); in GetLaunchInfo() local
2385 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()
H A DSBPlatform.cpp567 Launch(SBLaunchInfo & launch_info) Launch() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp418 lldb::ProcessSP PlatformPOSIX::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp59 NativeProcessNetBSD::Manager::Launch(ProcessLaunchInfo &launch_info, in Launch() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp69 NativeProcessFreeBSD::Manager::Launch(ProcessLaunchInfo &launch_info, in Launch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp883 const char *url, Platform *platform, ProcessLaunchInfo &launch_info, in StartDebugserverProcess()

12