llvm-project/lldb
David Blaikie 78d41a1295 lldb: Add support for printing variables with DW_AT_ranges on DW_TAG_subprograms
Finishing out the support (to the best of my knowledge/based on current
testing running the whole check-lldb with a clang forcibly using
DW_AT_ranges on all DW_TAG_subprograms) for this feature.

Differential Revision: https://reviews.llvm.org/D94064
2021-01-24 18:39:06 -08:00
..
bindings [lldb/Lua] add 'Lua' before naming versions 2021-01-23 15:20:54 +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] Upstream eCore_arm_arm64e enum value in ArchSpec 2021-01-20 19:39:47 -08:00
packages/Python [lldb] Add -Wl,-rpath to make tests run with fresh built libc++ 2021-01-24 20:21:57 +00: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: Add support for printing variables with DW_AT_ranges on DW_TAG_subprograms 2021-01-24 18:39:06 -08:00
test lldb: Add support for printing variables with DW_AT_ranges on DW_TAG_subprograms 2021-01-24 18:39:06 -08: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 Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTest 2021-01-22 16:14:24 -08:00
unittests [lldb][import-std-module] Do some basic file checks before trying to import a module 2021-01-21 12:32:51 +01: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