llvm-capstone/lldb/source
Raphael Isemann 37510f69b4 [lldb][NFC] Fix build with GCC<6
GCC/libstdc++ before 6.1 can't handle scoped enums as unordered_map keys. LLVM
(and some build) bots officially support some GCC 5.x versions, so this patch
just makes the enum unscoped until we can require GCC 6.x.
2021-01-21 15:04:41 +01:00
..
API [lldb] Add SBType::GetEnumerationIntegerType method 2020-12-22 10:08:22 -08:00
Breakpoint Fix a bug with setting breakpoints on C++11 inline initialization statements. 2021-01-20 17:58:34 -08:00
Commands [lldb/Commands] Align process launch --plugin with process attach (NFC) 2021-01-20 21:01:23 +01:00
Core Don't take the address of a temporary 2021-01-08 13:24:07 -08:00
DataFormatters [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST 2020-12-10 17:35:03 +01:00
Expression [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Host [lldb] Fix some bugs in the Pipe class and add tests 2021-01-10 21:59:16 +01:00
Initialization [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC) 2020-12-22 09:10:27 -08:00
Interpreter [lldb] Refactor and simplify GetCommandSPExact interface 2020-12-23 10:43:13 -08:00
Plugins [lldb][NFC] Fix build with GCC<6 2021-01-21 15:04:41 +01:00
Symbol [lldb] Simplify ObjectFile::FindPlugin (NFC) 2020-12-23 14:06:40 -08:00
Target [lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC) 2021-01-20 18:53:06 +01:00
Utility [lldb] Upstream eCore_arm_arm64e enum value in ArchSpec 2021-01-20 19:39:47 -08:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00