llvm-project/lldb/source
Pavel Labath bcadb5a3d1 ScriptInterpreterPython cleanup
Instead of #ifdef-ing the contents of all files in the plugin for all
non-python builds, just disable the plugin at the cmake level. Also,
remove spurious extra linking of the Python plugin in liblldb. This
plugin is already included as a part of LLDB_ALL_PLUGINS variable.

llvm-svn: 335236
2018-06-21 14:09:15 +00:00
..
API ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
Breakpoint BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair 2018-06-20 08:12:50 +00:00
Commands BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair 2018-06-20 08:12:50 +00:00
Core Scalar: Use llvm integer conversion functions 2018-06-19 17:24:03 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression IRInterpreter: fix sign extension of small types (pr37840) 2018-06-20 10:45:29 +00:00
Host Remove dependency from Host to python 2018-06-20 08:35:45 +00:00
Initialization Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
Interpreter Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
Plugins ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
Symbol One ShortFract ought to be enough for everyone. 2018-06-14 19:20:48 +00:00
Target Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
Utility Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00