[Lldb-commits] [lldb] [lldb] Add support for disabling frame recognizers (PR #109219)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 20 11:39:53 PDT 2024
================
@@ -1 +0,0 @@
-objc
----------------
Michael137 wrote:
Yea that's fair, there doesn't seem to be anything objc specific here, so seems ok to turn it into C and enable it on all platforms.
The original change that introduced these did mention Objective-C as one of the motivators: https://reviews.llvm.org/D44603. And there seems to have been changes made to `AppleObjCStackFrameRecognizer.cpp` in early version of the revision (though Phabricator doesn't allow me to view those).
So overall I'm ok with this
https://github.com/llvm/llvm-project/pull/109219
More information about the lldb-commits
mailing list