This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 28580ba36 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4) new 37ad04eb5 [lldb] Retrieve currently handled Obj-C exception via __cxa_c [...] new fef51129e [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
The 2 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/API/SBThread.h | 3 +- include/lldb/Target/LanguageRuntime.h | 11 +++ include/lldb/Target/Thread.h | 3 +- .../test/lang/c/struct_types/TestStructTypes.py | 5 +- .../TestClassTemplateParameterPack.py | 2 - .../lang/cpp/class_static/TestStaticVariables.py | 4 +- .../test/lang/cpp/llvm-style/TestLLVMStyle.py | 5 +- .../namespace_conflicts/TestNamespaceConflicts.py | 5 +- .../lldbsuite/test/lang/cpp/scope/TestCppScope.py | 2 +- .../lldbsuite/test/lang/objc/exceptions/Makefile | 2 +- .../lang/objc/exceptions/TestObjCExceptions.py | 108 ++++++++++++++++++--- .../test/lang/objc/exceptions/{main.m => main.mm} | 35 ++++++- scripts/interface/SBThread.i | 18 ++++ source/API/SBThread.cpp | 3 +- source/Commands/CommandObjectThread.cpp | 5 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 58 +++++++++++ .../ItaniumABI/ItaniumABILanguageRuntime.h | 3 + .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 102 +++++++++++++++++++ .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 6 ++ source/Target/Thread.cpp | 33 +++++-- 20 files changed, 360 insertions(+), 53 deletions(-) rename packages/Python/lldbsuite/test/lang/objc/exceptions/{main.m => main.mm} (57%)