Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp32 ProcessLaunchInfo::ProcessLaunchInfo() in ProcessLaunchInfo() function in ProcessLaunchInfo
38 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
71 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction()
80 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction()
89 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
109 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex()
115 const FileAction *ProcessLaunchInfo::GetFileActionForFD(int fd) const { in GetFileActionForFD()
123 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory()
127 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
[all …]
H A DMonitoringProcessLauncher.cpp26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
28 ProcessLaunchInfo resolved_info(launch_info); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DProcessLauncherWindows.h17 class ProcessLaunchInfo; variable
21 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
25 HANDLE GetStdioHandle(const ProcessLaunchInfo &launch_info, int fd);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLauncher.h14 class ProcessLaunchInfo; variable
21 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DProcessLaunchInfo.h31 class ProcessLaunchInfo : public ProcessInfo {
33 ProcessLaunchInfo();
35 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
H A DHost.h29 class ProcessLaunchInfo; variable
169 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
176 static Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
H A DMonitoringProcessLauncher.h25 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h41 class ProcessLaunchInfo; variable
94 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
96 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
110 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformAppleSimulator.h35 class ProcessLaunchInfo; variable
74 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
82 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp24 class lldb_private::SBLaunchInfoImpl : public ProcessLaunchInfo {
31 SBLaunchInfoImpl &operator=(const ProcessLaunchInfo &rhs) { in operator =()
32 ProcessLaunchInfo::operator=(rhs); in operator =()
65 const lldb_private::ProcessLaunchInfo &SBLaunchInfo::ref() const { in ref()
69 void SBLaunchInfo::set_ref(const ProcessLaunchInfo &info) { in set_ref()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp99 ForkLaunchInfo(const ProcessLaunchInfo &info);
230 MakeForkActions(const ProcessLaunchInfo &info) { in MakeForkActions()
247 ForkLaunchInfo::ForkLaunchInfo(const ProcessLaunchInfo &info) in ForkLaunchInfo()
258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h32 Status DebugLaunch(const ProcessLaunchInfo &launch_info);
95 DebuggerThreadLaunchRoutine(const ProcessLaunchInfo &launch_info);
H A DProcessDebugger.h27 class ProcessLaunchInfo; variable
68 Status LaunchProcess(ProcessLaunchInfo &launch_info,
H A DNativeProcessWindows.h37 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
128 NativeProcessWindows(ProcessLaunchInfo &launch_info, NativeDelegate &delegate,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h186 const lldb_private::ProcessLaunchInfo &ref() const;
187 void set_ref(const lldb_private::ProcessLaunchInfo &info);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/Host/openbsd/
H A DHost.cpp41 class ProcessLaunchInfo;
220 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp62 ProcessLauncherWindows::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
148 ProcessLauncherWindows::GetStdioHandle(const ProcessLaunchInfo &launch_info, in GetStdioHandle()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.h43 lldb_private::ProcessLaunchInfo launch_info;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedMetadata.h25 ScriptedMetadata(const ProcessLaunchInfo &launch_info) { in ScriptedMetadata()
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/
H A DHost.cpp41 class ProcessLaunchInfo;
246 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
60 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp165 lldb::ProcessSP PlatformQemuUser::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
208 launch_info.SetMonitorProcessCallback(ProcessLaunchInfo::NoOpMonitorCallback); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp46 class ProcessLaunchInfo;
270 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
/openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/
H A DMakefile30 ProcessLaunchInfo.cpp \

1234