Searched refs:ProcessLaunchInfo (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLauncher.h14 class ProcessLaunchInfo;
21 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DMonitoringProcessLauncher.h25 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DProcessLaunchInfo.h1 //===-- ProcessLaunchInfo.h -------------------------------------*- C++ -*-===//
26 // ProcessLaunchInfo
30 class ProcessLaunchInfo : public ProcessInfo { class in namespace:lldb_private
32 ProcessLaunchInfo();
34 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
H A DHost.h29 class ProcessLaunchInfo;
169 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
176 static Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp1 //===-- ProcessLaunchInfo.cpp ---------------------------------------------===//
15 #include "lldb/Host/ProcessLaunchInfo.h"
30 // ProcessLaunchInfo member functions
32 ProcessLaunchInfo::ProcessLaunchInfo() function in class:ProcessLaunchInfo
37 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, function in class:ProcessLaunchInfo
69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) {
78 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) {
87 bool ProcessLaunchInfo
[all...]
H A DMonitoringProcessLauncher.cpp12 #include "lldb/Host/ProcessLaunchInfo.h"
26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info,
28 ProcessLaunchInfo resolved_info(launch_info);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.h12 #include "lldb/Host/ProcessLaunchInfo.h"
43 lldb_private::ProcessLaunchInfo launch_info;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h215 const lldb_private::ProcessLaunchInfo &ref() const;
216 void set_ref(const lldb_private::ProcessLaunchInfo &info);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h38 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
H A DPlatformQemuUser.cpp13 #include "lldb/Host/ProcessLaunchInfo.h"
160 lldb::ProcessSP PlatformQemuUser::DebugProcess(ProcessLaunchInfo &launch_info,
212 launch_info.SetMonitorProcessCallback(ProcessLaunchInfo::NoOpMonitorCallback);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h49 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp14 #include "lldb/Host/ProcessLaunchInfo.h"
99 ForkLaunchInfo(const ProcessLaunchInfo &info);
230 MakeForkActions(const ProcessLaunchInfo &info) {
247 ForkLaunchInfo::ForkLaunchInfo(const ProcessLaunchInfo &info)
258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp19 #include "lldb/Host/ProcessLaunchInfo.h"
26 class lldb_private::SBLaunchInfoImpl : public ProcessLaunchInfo {
33 SBLaunchInfoImpl &operator=(const ProcessLaunchInfo &rhs) {
34 ProcessLaunchInfo::operator=(rhs);
67 const lldb_private::ProcessLaunchInfo &SBLaunchInfo::ref() const {
71 void SBLaunchInfo::set_ref(const ProcessLaunchInfo &info) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h84 static Status FilterLaunchInfo(ProcessLaunchInfo &launch_info,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h48 lldb::ProcessSP DebugProcess(lldb_private::ProcessLaunchInfo &launch_info,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h49 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
60 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
/freebsd-current/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp41 class ProcessLaunchInfo;
246 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) {
/freebsd-current/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp41 class ProcessLaunchInfo;
217 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) {
/freebsd-current/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp46 class ProcessLaunchInfo;
271 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) {
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp92 return std::make_shared<ProcessLaunchInfo>(
93 *reinterpret_cast<ProcessLaunchInfo *>(launch_info.m_opaque_sp.get()));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h155 ProcessLaunchInfo &launch_info, uint16_t *port, const Args *inferior_args,
H A DGDBRemoteCommunicationServerCommon.h14 #include "lldb/Host/ProcessLaunchInfo.h"
33 ProcessLaunchInfo m_process_launch_info;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h97 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;

Completed in 367 milliseconds

123