[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:41:55 PDT 2021


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

Handle unsupported `qLaunchSuccess` gracefully on the client. This effectively makes it possible to launch programs via gdbserver.

Enhance the client tests to verify that the process has actually 'started'.


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/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  lldb/source/Utility/StringExtractorGDBRemote.cpp
  lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
  lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
  lldb/test/API/tools/lldb-server/TestLldbGdbServer.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107931.366090.patch
Type: text/x-patch
Size: 15330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210812/077f3d94/attachment-0001.bin>


More information about the lldb-commits mailing list