[Lldb-commits] [lldb] [lldb] Add support for disabling frame recognizers (PR #109219)

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 12:20:01 PDT 2024


================
@@ -1 +0,0 @@
-objc
----------------
jimingham wrote:

The early motivation for stack frame recognizers was to get the "current exception object" from the objc_exception_throw routine.  But this patch didn't add that recognizer, and when it was added it had its own test.  There's nothing about this test that's ObjC specific, and the ObjC specific bits that motivated making the test file a .m file were actually tested in a separate commit.  So I'm also fine with changing this test to a .c.

https://github.com/llvm/llvm-project/pull/109219


More information about the lldb-commits mailing list