llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
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
..
AuxVector.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
AuxVector.h [LLDB][ppc64le] Rename enums in AuxVector 2017-07-11 08:39:44 +00:00
CMakeLists.txt [CMake] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
DYLDRendezvous.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
DYLDRendezvous.h Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
DynamicLoaderPOSIXDYLD.cpp [LLDB][ppc64le] Rename enums in AuxVector 2017-07-11 08:39:44 +00:00
DynamicLoaderPOSIXDYLD.h [linux] Change the way we load vdso pseudo-module 2017-06-20 08:11:47 +00:00