This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3a53bb7a5 [unittests] Fix the File System Test on Windows new 6cfc0278a [lldb] Add GetCurrentException APIs to SBThread, add frame re [...]
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/API/SBThread.h | 5 ++ include/lldb/Target/StackFrameRecognizer.h | 6 +- include/lldb/Target/Thread.h | 5 ++ .../lang/objc/exceptions/TestObjCExceptions.py | 10 ++++ source/API/SBThread.cpp | 15 +++++ source/Commands/CommandObjectThread.cpp | 49 ++++++++++++++++ .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 8 ++- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 2 + .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 5 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 67 +++++++++++++++++++++- source/Target/StackFrameRecognizer.cpp | 9 +-- source/Target/Thread.cpp | 16 ++++++ 12 files changed, 187 insertions(+), 10 deletions(-)