[Lldb-commits] [PATCH] D119046: Add a repeat command option for "thread backtrace --count N".

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 15 00:02:23 PST 2022


labath added a comment.

I've fixed the synchronization code in f8d42c55ec6e9 <https://reviews.llvm.org/rGf8d42c55ec6e9c8778533d0b45bfa39753d0e63d>. Based on my experiments, lldb reports still reports a stop reason for suspended threads (regardless of the platform), so the code should expect `continue_to_breakpoint` to return two threads when it is synchronizing them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119046/new/

https://reviews.llvm.org/D119046



More information about the lldb-commits mailing list