[Lldb-commits] [PATCH] D74252: Fix+re-enable Assert StackFrame Recognizer on Linux
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 8 02:10:37 PST 2020
mib added a comment.
We'd like to avoid registering recognizers multiple times for the same purpose ...
This could cause some issues down the road, since those recognizers can - indirectly - perform an action (change the current frame or the stop reason).
Also, from a usability stand-point, this could be confusing for the user when listing recognizers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74252/new/
https://reviews.llvm.org/D74252
More information about the lldb-commits
mailing list