llvm-project/lldb
Raphael Isemann 48e09faa94 [lldb][NFC] Another attempt to fix GCC 5.x compilation
37510f69b4 tried to fix GCC 5.x compilation
by making the enum which is used as a unordered_map key unscoped. However it
seems that in GCC 5.x, enum keys are not supported *at all* in unordered_maps
(at least that's what some trial&error on godbolt tells me). This updates the
workaround to just use an int until GCC 5.x support is dropped.
2021-01-26 19:13:12 +01:00
..
bindings [lldb/Lua] add support for Lua function breakpoint 2021-01-25 23:40:57 +00:00
cmake [lldb] Bump the required SWIG version to 3 2021-01-08 08:47:21 -08:00
docs [lldb][docs] Expand CSS fix for LLDB doc tables 2021-01-20 10:30:00 +01:00
examples [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
include/lldb [lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC) 2021-01-26 09:22:25 -08:00
packages/Python [vscode] Improve runInTerminal and support linux 2021-01-25 12:30:05 -08:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
source [lldb][NFC] Another attempt to fix GCC 5.x compilation 2021-01-26 19:13:12 +01:00
test [LLDB][test] - Fix test after yaml2obj change. 2021-01-26 12:42:54 +03:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools Fix 0f0462cacf 2021-01-25 14:06:10 -08:00
unittests [lldb/Lua] add support for Lua function breakpoint 2021-01-25 23:40:57 +00:00
utils [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore
CMakeLists.txt [CMake] Remove dead code setting policies to NEW 2021-01-19 17:19:36 +02:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py