This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38 in repository lldb.
from 6864ec1 Merging r265134: -------------------------------------------- [...] new 085a273 Merging r261206: -------------------------------------------- [...] new fb83986 Merging r269181: -------------------------------------------- [...] new 68eec6c Merging r269407: -------------------------------------------- [...] new 9a9fc8f Merging r270208: -------------------------------------------- [...] new 316537d Merging r270564: -------------------------------------------- [...]
The 5 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: include/lldb/Core/ArchSpec.h | 35 ++++++ source/Core/ArchSpec.cpp | 62 +++++++++++ source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 121 +++++++++++++++++---- source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 3 + source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 90 ++++++++++++--- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 3 + .../Clang/ClangExpressionParser.cpp | 48 +++++++- .../ExpressionParser/Clang/ClangExpressionParser.h | 13 +++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 65 +++++++++-- .../Plugins/Process/Utility/RegisterInfos_mips.h | 15 ++- .../Plugins/Process/Utility/RegisterInfos_mips64.h | 11 +- 11 files changed, 408 insertions(+), 58 deletions(-)