This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0c95b9c04 Remove references to source/Plugins/SymbolFile/NativePDB. new 0da63fc87 [LLDB] - Add support for DW_FORM_implicit_const.
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: .../Inputs/implicit_const_form_support.yaml | 41 ++++++++++++++++ lit/Breakpoint/implicit_const_form_support.test | 33 +++++++++++++ .../DWARF/DWARFAbbreviationDeclaration.cpp | 6 ++- .../DWARF/DWARFAbbreviationDeclaration.h | 17 ++----- source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp | 8 +-- source/Plugins/SymbolFile/DWARF/DWARFAttribute.h | 11 +++-- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 57 +++++++++++----------- .../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 8 +++ source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 5 ++ 10 files changed, 137 insertions(+), 51 deletions(-) create mode 100644 lit/Breakpoint/Inputs/implicit_const_form_support.yaml create mode 100644 lit/Breakpoint/implicit_const_form_support.test