[Lldb-commits] [PATCH] D103439: [lldb] Print the backtrace for all threads if the test breakpoint can't be hit
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 1 09:53:54 PDT 2021
teemperor added a comment.
In D103439#2791298 <https://reviews.llvm.org/D103439#2791298>, @JDevlieghere wrote:
> LGTM. Are there other places where we check this, either in `lldbutil` or maybe more generally a pattern in the tests that could be extracted into a helper?
>From what I can see all our `lldbutil` functions that run to a breakpoint end up calling this function so this should cover everything beside the tests that manually do stuff like "continue" and so on. But there might be some utility function for going to the next breakpoint that are missing this. I'll check, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103439/new/
https://reviews.llvm.org/D103439
More information about the lldb-commits
mailing list