[Lldb-commits] [PATCH] D74388: [lldb/test] Add alternate symbol to StackFrame Recognizer
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 11 01:35:16 PST 2020
mib created this revision.
mib added reviewers: jankratochvil, teemperor.
mib added a project: LLDB.
Herald added a subscriber: lldb-commits.
mib added a comment.
Hi @jankratochvil,
Could you let me know if this works on your end ?
Thanks!
This patch reverts commit 6b2979c12300b90a1e69791d43ee9cff14f4265e <https://reviews.llvm.org/rG6b2979c12300b90a1e69791d43ee9cff14f4265e> and updates it to reflect the addition of the alternate symbol attribute to StackFrame Recognizer.
This should fix the test failures it caused on macOS, and continue working on Linux.
It also addresses D74252 <https://reviews.llvm.org/D74252> feedbacks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74388
Files:
lldb/include/lldb/Target/StackFrameRecognizer.h
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Target/AssertFrameRecognizer.cpp
lldb/source/Target/StackFrameRecognizer.cpp
lldb/test/Shell/Recognizer/assert.test
lldb/unittests/Target/StackFrameRecognizerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74388.243760.patch
Type: text/x-patch
Size: 17101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200211/8fa6f546/attachment-0001.bin>
More information about the lldb-commits
mailing list