[all-commits] [llvm/llvm-project] f16cec: [lldb] Implement ObjCExceptionThrowFrameRecognizer...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Oct 16 14:24:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f16cecf3752a7c168293934d2ba6472a6b405694
https://github.com/llvm/llvm-project/commit/f16cecf3752a7c168293934d2ba6472a6b405694
Author: Dave Lee <davelee.com at gmail.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Log Message:
-----------
[lldb] Implement ObjCExceptionThrowFrameRecognizer::GetName()
Implement `GetName` for `ObjCExceptionThrowFrameRecognizer`. Otherwise, `frame recognizer list` shows "(internal)" for the name.
Differential Revision: https://reviews.llvm.org/D89589
More information about the All-commits
mailing list