llvm-capstone/lldb
Pavel Labath d4b092b341 [lldb/DWARF] Remove a workaround from DebugNamesDWARFIndex
This was needed when asking a compile unit for its dwo component
triggered a infinite recursion if the dwo unit has not been already
parsed.

This has since been fixed.
2020-01-24 12:09:20 +01:00
..
bindings [lldb] Fix that SBThread.GetStopDescription is returning strings with uninitialized memory at the end. 2020-01-14 09:34:32 +01:00
cmake [lldb/CMake] Only auto-enable Lua when SWIG is found 2020-01-08 14:02:47 -08:00
docs [lldb/Docs] Document testing strategies for the reproducers 2020-01-22 18:02:36 -08:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb [lldb][NFC] Delete unused ClangASTImporter::CompleteDecl 2020-01-24 11:54:12 +01:00
packages/Python/lldbsuite [lldb] Fix nondeterminism in TestCppBitfields 2020-01-24 12:09:20 +01:00
resources
scripts [lldb/Scripts] Remove swig_bot_lib/__init__.py 2020-01-16 09:15:41 -08:00
source [lldb/DWARF] Remove a workaround from DebugNamesDWARFIndex 2020-01-24 12:09:20 +01:00
test [lldb/Test] Disallow using substituted binaries in shell test. 2020-01-23 14:39:27 -08:00
third_party/Python/module
tools [lldb][NFC] Rename ClangASTContext to TypeSystemClang 2020-01-23 10:09:14 +01:00
unittests [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
utils [lldb/Util] Remove reproducers after replay 2020-01-23 21:46:50 -08:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [lldb/Cmake] Add a CMakeLists.txt to the utils directory... 2020-01-16 22:31:01 -08:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py