llvm-project/lldb/unittests/Expression
Adrian Prantl 2c6710a5e1 Teach DWARFExpression about DWARF 4+ Location Descriptions
DWARFExpression implements the DWARF2 expression model that left
ambiguity on whether the result of an expression was a value or an
address. This patch implements the DWARF location description model
introduces in DWARF 4 and sets the result Value's kind accordingly, if
the expression comes from a DWARF v4+ compile unit. The nomenclature
is taken from DWARF 5, chapter 2.6 "Location Descriptions".

Differential Revision: https://reviews.llvm.org/D98996
2021-03-23 10:29:51 -07:00
..
CMakeLists.txt Support dereferencing a DWARF scalar stack value 2021-02-12 16:12:32 -08:00
ClangExpressionDeclMapTest.cpp [lldb][NFC] Move NameSearchContext to own header/source files 2020-02-25 12:25:36 +01:00
ClangParserTest.cpp fix lldb test on lib64 systems 2020-08-03 11:19:07 +02:00
CppModuleConfigurationTest.cpp [lldb][import-std-module] Do some basic file checks before trying to import a module 2021-01-21 12:32:51 +01:00
DWARFExpressionTest.cpp Teach DWARFExpression about DWARF 4+ Location Descriptions 2021-03-23 10:29:51 -07:00
DiagnosticManagerTest.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00