This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8ffd52391 Fixup the Python-less build of ScriptedRecognizedStackFrame new 2735fc082 [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lit/Breakpoint/Inputs/debug_addrx.yaml | 57 ++++++++++++++++++++++ lit/Breakpoint/debug_addrx.test | 30 ++++++++++++ .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +++ source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 15 +++++- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 19 ++++++-- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 5 +- 6 files changed, 124 insertions(+), 8 deletions(-) create mode 100644 lit/Breakpoint/Inputs/debug_addrx.yaml create mode 100644 lit/Breakpoint/debug_addrx.test