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

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 14 10:49:12 PDT 2022


mgorny updated this revision to Diff 444727.
mgorny added a comment.

Use a single `bool` member to indicate whether we're still waiting for any process to stop. Turned out pretty easy.


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

https://reviews.llvm.org/D128893

Files:
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  lldb/test/API/tools/lldb-server/TestNonStop.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128893.444727.patch
Type: text/x-patch
Size: 4493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220714/729165a6/attachment.bin>


More information about the lldb-commits mailing list