This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from da873e843 Add ReadCStringFromMemory for faster string reads new 98973620e DWARF: Make DIERefs always valid
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: source/Plugins/SymbolFile/DWARF/DIERef.cpp | 19 -------- source/Plugins/SymbolFile/DWARF/DIERef.h | 19 ++------ .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 51 +++++++++++----------- source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp | 4 +- source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 10 ++--- source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 2 +- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 18 ++++---- .../SymbolFile/DWARF/DebugNamesDWARFIndex.cpp | 31 ++++++------- .../SymbolFile/DWARF/DebugNamesDWARFIndex.h | 2 +- .../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 20 ++++----- source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 20 ++++++--- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 19 ++++---- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 8 +++- 14 files changed, 101 insertions(+), 124 deletions(-)