Home
last modified time | relevance | path

Searched refs:ProcessLaunchInfo (Results 1 – 25 of 42) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp29 ProcessLaunchInfo::ProcessLaunchInfo () : in ProcessLaunchInfo() function in ProcessLaunchInfo
45 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
92 ProcessLaunchInfo::AppendCloseFileAction (int fd) in AppendCloseFileAction()
104 ProcessLaunchInfo::AppendDuplicateFileAction (int fd, int dup_fd) in AppendDuplicateFileAction()
116 ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
129 ProcessLaunchInfo::AppendSuppressFileAction (int fd, bool read, bool write) in AppendSuppressFileAction()
141 ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const in GetFileActionAtIndex()
149 ProcessLaunchInfo::GetFileActionForFD(int fd) const in GetFileActionForFD()
160 ProcessLaunchInfo::GetWorkingDirectory() const in GetWorkingDirectory()
166 ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) in SetWorkingDirectory()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h29 class ProcessLaunchInfo; variable
238 static short GetPosixspawnFlags(const ProcessLaunchInfo &launch_info);
240 …static Error LaunchProcessPosixSpawn(const char *exe_path, const ProcessLaunchInfo &launch_info, l…
251 LaunchProcess (ProcessLaunchInfo &launch_info);
261 ShellExpandArguments (ProcessLaunchInfo &launch_info);
HDProcessLauncher.h16 class ProcessLaunchInfo; variable
24 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error) = 0;
HDMonitoringProcessLauncher.h23 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h33 class ProcessLaunchInfo : public ProcessInfo
37 ProcessLaunchInfo ();
39 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
HDTarget.h211 const ProcessLaunchInfo &
215 SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
236 ProcessLaunchInfo m_launch_info;
695 Launch (ProcessLaunchInfo &launch_info,
1231 Install(ProcessLaunchInfo *launch_info);
HDPlatform.h426 LaunchProcess (ProcessLaunchInfo &launch_info);
436 ShellExpandArguments (ProcessLaunchInfo &launch_info);
474 DebugProcess (ProcessLaunchInfo &launch_info,
861 GetResumeCountForLaunchInfo (ProcessLaunchInfo &launch_info) in GetResumeCountForLaunchInfo()
HDProcess.h243 ProcessAttachInfo (const ProcessLaunchInfo &launch_info) : in ProcessAttachInfo()
439 ProcessLaunchInfo launch_info;
1104 Launch (ProcessLaunchInfo &launch_info);
1586 ProcessLaunchInfo &launch_info) in DoLaunch()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp20 m_opaque_sp(new ProcessLaunchInfo()) in SBLaunchInfo()
31 lldb_private::ProcessLaunchInfo &
37 const lldb_private::ProcessLaunchInfo &
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBLaunchInfo.h184 lldb_private::ProcessLaunchInfo &
187 const lldb_private::ProcessLaunchInfo &
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp29 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error) in LaunchProcess()
31 ProcessLaunchInfo resolved_info(launch_info); in LaunchProcess()
HDHost.cpp557 ProcessLaunchInfo launch_info; in RunShellCommand()
702 Host::GetPosixspawnFlags(const ProcessLaunchInfo &launch_info) in GetPosixspawnFlags()
749 Host::LaunchProcessPosixSpawn(const char *exe_path, const ProcessLaunchInfo &launch_info, lldb::pid… in LaunchProcessPosixSpawn()
1022 Host::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.h145 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info) override;
157 DebugProcess (lldb_private::ProcessLaunchInfo &launch_info,
HDPlatformPOSIX.cpp719 PlatformPOSIX::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess()
818 PlatformPOSIX::DebugProcess (ProcessLaunchInfo &launch_info, in DebugProcess()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDProcessLauncherPosix.h21 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error) override;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h96 LaunchProcess (ProcessLaunchInfo &launch_info) override;
102 DebugProcess (ProcessLaunchInfo &launch_info,
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDProcessLauncherPosix.cpp22 ProcessLauncherPosix::LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error) in LaunchProcess()
/NextBSD/lib/clang/liblldbTarget/
HDMakefile27 ProcessLaunchInfo.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.h138 LaunchProcess(ProcessLaunchInfo &launch_info) override;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.h45 ProcessLaunchInfo m_process_launch_info;
HDGDBRemoteCommunication.h172 ProcessLaunchInfo &launch_info,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.h58 lldb_private::ProcessLaunchInfo &launch_info) override;
HDProcessMonitor.h60 const lldb_private::ProcessLaunchInfo &launch_info,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h321 Launch (ProcessLaunchInfo &launch_info,
/NextBSD/contrib/llvm/tools/lldb/source/Host/freebsd/
HDHost.cpp279 Host::ShellExpandArguments (ProcessLaunchInfo &launch_info) in ShellExpandArguments()

12