[Lldb-commits] [PATCH] D74252: Fix+re-enable Assert StackFrame Recognizer
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 13:30:37 PST 2020
jankratochvil marked 2 inline comments as done.
jankratochvil added a comment.
In D74252#1864879 <https://reviews.llvm.org/D74252#1864879>, @mib wrote:
> Originally, when I implemented the patch and tested it on linux, the symbol on the abort frame was (__GI___assert_fail) on my machine.
Maybe you did not have `settings set symbols.enable-external-lookup false` like the testsuite. Or you used LLDB before Jan 13th (D63540 <https://reviews.llvm.org/D63540>).
Thanks for verifying it, going to land it.
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