This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository lldb.
from cb2f9f4 Fixed a crash if a FunctionDecl couldn't be imported. new 1bb838a Remove a should have been deleted extra assignment to a varia [...] new 3db99a8 Some changes to prevent searching down the stack for saved re [...] new f0bd4e1 Work around android-arm NDK bug exposed by rL269992 new 653b6ee [LLDB][MIPS] Fix floating point handling in case of thread step-out new 0b395ae [LLDB][MIPS] Fix Floating point Registers Encoding new 54fb91c Revert rL270207: "[LLDB][MIPS] Fix floating point handling in [...] new 6a7a908 Adopt mmap flags that allow mmap'ed memory to be less crash prone. new cc41cb8 Fix an incorrectly used locking in HistoryThread and HistoryU [...] new 91611a7 Revert r270358 ("Fix an incorrectly used locking in HistoryTh [...] new b3094ba A better fix of incorrectly used locking in HistoryThread and [...] new 92e76ad Reword ThreadSanitizer message for invalid mutex reports. new 2b3a656 Reword ThreadSanitizer messages to use a lowercase 't' in thr [...] new 428759a SymbolFile: remove an unused variable
The 13 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: cmake/platforms/Android.cmake | 12 ++++++- .../tsan/multiple/TestTsanMultiple.py | 2 +- source/Core/DataBufferMemoryMap.cpp | 27 +++++++++++++-- .../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 12 +++---- source/Plugins/Process/Utility/HistoryThread.cpp | 2 +- source/Plugins/Process/Utility/HistoryUnwind.cpp | 2 +- .../Process/Utility/RegisterContextLLDB.cpp | 39 +++++++++++++++------ .../Plugins/Process/Utility/RegisterInfos_mips.h | 15 +++++--- .../Plugins/Process/Utility/RegisterInfos_mips64.h | 11 ++++-- .../SymbolFile/DWARF/DWARFASTParserJava.cpp | 3 +- source/Target/ThreadPlanShouldStopHere.cpp | 40 +++++++++++----------- 11 files changed, 113 insertions(+), 52 deletions(-)