LLDB
mainline
llvm-project
lldb
include
lldb
Host
windows
ProcessLauncherWindows.h
Go to the documentation of this file.
1
//===-- ProcessLauncherWindows.h --------------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef lldb_Host_windows_ProcessLauncherWindows_h_
10
#define lldb_Host_windows_ProcessLauncherWindows_h_
11
12
#include "
lldb/Host/ProcessLauncher.h
"
13
#include "
lldb/Host/windows/windows.h
"
14
15
namespace
lldb_private
{
16
17
class
ProcessLaunchInfo;
18
19
class
ProcessLauncherWindows
:
public
ProcessLauncher
{
20
public
:
21
HostProcess
LaunchProcess
(
const
ProcessLaunchInfo
&launch_info,
22
Status
&
error
)
override
;
23
24
protected
:
25
HANDLE
GetStdioHandle
(
const
ProcessLaunchInfo
&launch_info,
int
fd);
26
};
27
}
28
29
#endif
lldb_private::HostProcess
Definition:
HostProcess.h:33
lldb_private::ProcessLauncherWindows::LaunchProcess
HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, Status &error) override
Definition:
ProcessLauncherWindows.cpp:62
error
static llvm::raw_ostream & error(Stream &strm)
Definition:
CommandReturnObject.cpp:17
lldb_private::ProcessLaunchInfo
Definition:
ProcessLaunchInfo.h:31
lldb_private::ProcessLauncher
Definition:
ProcessLauncher.h:18
lldb_private::ProcessLauncherWindows
Definition:
ProcessLauncherWindows.h:19
lldb_private::Status
Definition:
Status.h:44
windows.h
lldb_private
A class that represents a running process on the host machine.
Definition:
SBCommandInterpreterRunOptions.h:16
lldb_private::ProcessLauncherWindows::GetStdioHandle
HANDLE GetStdioHandle(const ProcessLaunchInfo &launch_info, int fd)
Definition:
ProcessLauncherWindows.cpp:148
ProcessLauncher.h
Generated on Mon May 16 2022 21:40:53 for LLDB by
1.8.17