[Lldb-commits] [PATCH] D126614: [lldb] [gdb-remote] Client support for using the non-stop protocol

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 9 03:52:17 PDT 2022


mgorny updated this revision to Diff 443427.
mgorny edited the summary of this revision.
mgorny added a comment.

Good news, everyone! It turns out that the private/public state is not needed anymore — I guess fixing the races in tests resolved that.

Did some final cleanup of tests as well. I guess this covers everything except for grabbing the "OK" response to "vCtrlC" interrupt.


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

https://reviews.llvm.org/D126614

Files:
  lldb/packages/Python/lldbsuite/test/gdbclientutils.py
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
  lldb/test/API/functionalities/gdb_remote_client/TestNonStop.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126614.443427.patch
Type: text/x-patch
Size: 29048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220709/299880c9/attachment-0001.bin>


More information about the lldb-commits mailing list