llvm-project/lldb/source/Plugins/DynamicLoader
Zachary Turner 1124045ac7 Don't #include "lldb-python.h" from anywhere.
Since interaction with the python interpreter is moving towards
being more isolated, we won't be able to include this header from
normal files anymore, all includes of it should be localized to
the python library which will live under source/bindings/API/Python
after a future patch.

None of the files that were including this header actually depended
on it anyway, so it was just a dead include in every single instance.

llvm-svn: 238581
2015-05-29 17:41:47 +00:00
..
Darwin-Kernel Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Hexagon-DYLD Fix a few compile warnings 2015-05-13 09:04:59 +00:00
MacOSX-DYLD Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification 2015-05-21 00:27:01 +00:00
POSIX-DYLD Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttach 2015-05-08 15:45:53 +00:00
Static Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
CMakeLists.txt Dynamic loader for the Hexagon DSP 2014-07-21 17:19:12 +00:00