llvm-project/lldb/include/lldb/Host
Pavel Labath eef758e949 Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Summary:
These classes describe the details of the process we are about to
launch, and so they are naturally used by the launching code in the Host
module. Previously they were present in Target because that is the most
important (but by far not the only) user of the launching code.

Since the launching code has other customers, must of which do not care
about Targets, it makes sense to move these classes to the Host layer,
next to the launching code.

This move reduces the number of times that Target is included from host
to 8 (it used to be 14).

Reviewers: zturner, clayborg, jingham, davide, teemperor

Subscribers: emaste, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D56602

llvm-svn: 353047
2019-02-04 14:28:08 +00:00
..
android Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
common Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
freebsd Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
linux Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
macosx Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
netbsd Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
openbsd Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
posix Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
windows Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Config.h Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunication 2019-01-25 08:21:47 +00:00
Config.h.cmake Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ConnectionFileDescriptor.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Debug.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Editline.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
File.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileAction.h Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host 2019-02-04 14:28:08 +00:00
FileCache.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileSystem.h [Reproducers] Add file provider 2019-01-29 20:36:38 +00:00
Host.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostGetOpt.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostInfo.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostInfoBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostNativeProcess.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostNativeProcessBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostNativeThread.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostNativeThreadBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostNativeThreadForward.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostProcess.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HostThread.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LockFile.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LockFileBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MainLoop.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MainLoopBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MonitoringProcessLauncher.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OptionParser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Pipe.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PipeBase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PosixApi.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessInfo.h Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host 2019-02-04 14:28:08 +00:00
ProcessLaunchInfo.h Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host 2019-02-04 14:28:08 +00:00
ProcessLauncher.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessRunLock.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PseudoTerminal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SafeMachO.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Socket.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SocketAddress.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StringConvert.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Symbols.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TaskPool.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Terminal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ThreadLauncher.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Time.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
XML.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00