llvm-project/lldb/source/Host/linux
Pavel Labath b6dbe9a99c Clean up lldb-types.h
Summary:
It defined a couple of types (condition_t) which we don't use anymore,
as we have c++11 goodies now. I remove these definitions.

Also it unnecessarily included a couple of headers which weren't
necessary for it's operation. I remove these, and place the includes in
the relevant files (usually .cpp, usually in Host code) which use them.
This allows us to reduce namespace pollution in most of the lldb files
which don't need the OS-specific definitions.

Reviewers: zturner, jingham

Subscribers: ki.stfu, lldb-commits

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

llvm-svn: 308304
2017-07-18 13:14:01 +00:00
..
AbstractSocket.cpp Re-landing IPv6 support for LLDB Host 2017-04-26 23:17:20 +00:00
Host.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
HostInfoLinux.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
LibcGlue.cpp cmake: Put PROCESS_VM_READV detection results into Config.h 2017-06-02 12:29:08 +00:00
ProcessLauncherLinux.cpp Transform ProcessLauncherLinux to ProcessLauncherPosixFork 2017-02-01 14:30:40 +00:00
Support.cpp Implementation of Intel(R) Processor Trace support for Linux 2017-06-28 07:58:31 +00:00