[Lldb-commits] [PATCH] D44072: [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception_type and add GetCurrentExceptionBacktrace SB ABI

Phabricator via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 19 18:05:18 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349718: [lldb] Retrieve currently handled Obj-C exception via… (authored by kuba.brecka, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D44072?vs=178991&id=178999#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44072/new/

https://reviews.llvm.org/D44072

Files:
  lldb/trunk/include/lldb/API/SBThread.h
  lldb/trunk/include/lldb/Target/LanguageRuntime.h
  lldb/trunk/include/lldb/Target/Thread.h
  lldb/trunk/packages/Python/lldbsuite/test/lang/objc/exceptions/Makefile
  lldb/trunk/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
  lldb/trunk/packages/Python/lldbsuite/test/lang/objc/exceptions/main.m
  lldb/trunk/packages/Python/lldbsuite/test/lang/objc/exceptions/main.mm
  lldb/trunk/scripts/interface/SBThread.i
  lldb/trunk/source/API/SBThread.cpp
  lldb/trunk/source/Commands/CommandObjectThread.cpp
  lldb/trunk/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  lldb/trunk/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
  lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
  lldb/trunk/source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44072.178999.patch
Type: text/x-patch
Size: 27850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181220/00aae6c8/attachment-0001.bin>


More information about the lldb-commits mailing list