diff options
author | Adrian Prantl <aprantl@apple.com> | 2021-03-22 18:09:46 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2021-03-23 10:29:51 -0700 |
commit | 2c6710a5e10021387e47cf133a9929209c8e0415 (patch) | |
tree | 0d02dae77616b1f3bba33f6a0e3ec05e0d0dd887 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 5fac87d1bcc40775edb5c1770331833a9e78f8e3 (diff) | |
download | llvm-2c6710a5e10021387e47cf133a9929209c8e0415.zip llvm-2c6710a5e10021387e47cf133a9929209c8e0415.tar.gz llvm-2c6710a5e10021387e47cf133a9929209c8e0415.tar.bz2 |
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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions