This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f27ba52 Skip TestDisassembleRawData when remote new 3d23008 Added support for thread local variables on all Apple OS variants.
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: include/lldb/Expression/DWARFExpression.h | 12 +- include/lldb/Target/DynamicLoader.h | 2 +- include/lldb/Target/Thread.h | 4 +- include/lldb/lldb-enumerations.h | 18 +-- .../test/lang/c/tls_globals/TestTlsGlobals.py | 1 - .../Python/lldbsuite/test/lang/c/tls_globals/a.c | 6 + .../lldbsuite/test/lang/c/tls_globals/main.c | 14 +- source/API/SBBlock.cpp | 2 + source/API/SBFrame.cpp | 51 +++--- source/API/SBValue.cpp | 4 + source/Commands/CommandObjectFrame.cpp | 4 + source/Commands/CommandObjectTarget.cpp | 5 + source/Expression/DWARFExpression.cpp | 132 ++++++++++++++- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 5 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 2 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 178 ++++++++++++++++++--- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 14 ++ .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 5 +- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 19 ++- source/Symbol/SymbolContext.cpp | 4 + source/Symbol/Variable.cpp | 8 +- source/Target/Thread.cpp | 4 +- 23 files changed, 416 insertions(+), 80 deletions(-)