[Lldb-commits] [PATCH] D128710: [lldb] [llgs] Fix multi-resume bugs with nonstop mode
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 14 09:49:02 PDT 2022
mgorny updated this revision to Diff 444696.
mgorny added a comment.
Remove support for `t` with individual thread numbers and simplify code. Move resuming the process (and checking whether it can be resumed) into a common `ResumeProcess()` method.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128710/new/
https://reviews.llvm.org/D128710
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
lldb/test/API/tools/lldb-server/vCont-threads/TestPartialResume.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128710.444696.patch
Type: text/x-patch
Size: 16240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220714/1911be78/attachment-0001.bin>
More information about the lldb-commits
mailing list