[Lldb-commits] [PATCH] D128893: [lldb] [llgs] Fix disabling non-stop mode

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 14 05:45:57 PDT 2022


labath added a comment.

Actually, on second thought (:D) do we even need a per-process flag for this?

Turning off non-stop should stop _all_ processes, so instead of checking whether there are any processes with the 'stopping-due-to-qnonstop` flag around, couldn't we just check if we have any unstopped processes altogether?

(This will require a global `qnonstop-in-progress` flag, but that's still better than a per-process flag.)


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

https://reviews.llvm.org/D128893



More information about the lldb-commits mailing list