[Lldb-commits] [PATCH] D107931: [lldb] [gdb-remote] Implement vRun packet

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 12 13:15:05 PDT 2021


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

Correct the vRun packet to return a stop reason rather than 'OK' to match GDB behavior. Add initial client tests.


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

https://reviews.llvm.org/D107931

Files:
  lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Utility/StringExtractorGDBRemote.cpp
  lldb/test/API/tools/lldb-server/TestLldbGdbServer.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107931.366084.patch
Type: text/x-patch
Size: 9223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210812/7597d55c/attachment.bin>


More information about the lldb-commits mailing list