| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessLaunchInfo.cpp | 34 ProcessLaunchInfo::ProcessLaunchInfo() in ProcessLaunchInfo() function in ProcessLaunchInfo 40 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo 74 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() 134 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() 144 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() 167 void ProcessLaunchInfo::Clear() { in Clear() 179 void ProcessLaunchInfo::SetMonitorProcessCallback( in SetMonitorProcessCallback() 192 bool ProcessLaunchInfo::MonitorProcess() const { in MonitorProcess() 201 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() 208 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 19 class lldb_private::SBLaunchInfoImpl : public ProcessLaunchInfo { 22 : ProcessLaunchInfo(), m_envp(GetEnvironment().getEnvp()) {} in SBLaunchInfoImpl() 27 SBLaunchInfoImpl &operator=(const ProcessLaunchInfo &rhs) { in operator =() 28 ProcessLaunchInfo::operator=(rhs); in operator =() 46 const lldb_private::ProcessLaunchInfo &SBLaunchInfo::ref() const { in ref() 50 void SBLaunchInfo::set_ref(const ProcessLaunchInfo &info) { in set_ref()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | ProcessLauncher.h | 15 class ProcessLaunchInfo; variable 22 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
|
| H A D | Host.h | 29 class ProcessLaunchInfo; variable 205 static Status LaunchProcess(ProcessLaunchInfo &launch_info); 214 static Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
|
| H A D | MonitoringProcessLauncher.h | 26 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessLaunchInfo.h | 33 class ProcessLaunchInfo : public ProcessInfo { 35 ProcessLaunchInfo(); 37 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
|
| H A D | Target.h | 195 const ProcessLaunchInfo &GetProcessLaunchInfo(); 197 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info); 237 ProcessLaunchInfo m_launch_info; 548 Status Launch(ProcessLaunchInfo &launch_info, 1080 Status Install(ProcessLaunchInfo *launch_info); 1357 void FinalizeFileActions(ProcessLaunchInfo &info);
|
| H A D | Platform.h | 363 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info); 372 virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info); 403 DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, 687 virtual int32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 59 static void DisableASLRIfRequested(int error_fd, const ProcessLaunchInfo &info) { in DisableASLRIfRequested() 92 const ProcessLaunchInfo &info) { in ChildFunc() 179 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | MonitoringProcessLauncher.cpp | 26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() 28 ProcessLaunchInfo resolved_info(launch_info); in LaunchProcess()
|
| H A D | Host.cpp | 480 ProcessLaunchInfo launch_info; in RunShellCommand() 584 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 52 int32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override; 56 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
|
| H A D | PlatformNetBSD.cpp | 193 PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() 240 PlatformNetBSD::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 148 const lldb_private::ProcessLaunchInfo &ref() const; 149 void set_ref(const lldb_private::ProcessLaunchInfo &info);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | DarwinProcessLauncher.h | 43 LaunchInferior(ProcessLaunchInfo &launch_info, int *pty_master_fd,
|
| H A D | DarwinProcessLauncher.cpp | 274 ProcessLaunchInfo &launch_info, in PosixSpawnChildForPTraceDebugging() 435 Status LaunchInferior(ProcessLaunchInfo &launch_info, int *pty_master_fd, in LaunchInferior()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/ |
| H A D | ProcessLauncherPosixFork.h | 19 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 66 Status LaunchProcess(ProcessLaunchInfo &launch_info) override; 70 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 130 LaunchProcess(lldb_private::ProcessLaunchInfo &launch_info) override; 142 lldb::ProcessSP DebugProcess(lldb_private::ProcessLaunchInfo &launch_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 57 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 99 static Status FilterLaunchInfo(ProcessLaunchInfo &launch_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 69 Launch(ProcessLaunchInfo &launch_info, 178 ProcessLaunchInfo info; in handle_launch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 34 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.h | 36 ProcessLaunchInfo m_process_launch_info;
|
| H A D | GDBRemoteCommunication.h | 135 ProcessLaunchInfo &launch_info, uint16_t *port, const Args *inferior_args,
|