[Lldb-commits] [PATCH] D80224: [lldb/Reproducers] Support reproducers for PlatformRemoteGDBServer

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 19 10:55:45 PDT 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, teemperor.

Add reproducer support to PlatformRemoteGDBServer. The logic is essentially the same as for ProcessGDBRemote. During capture we record the GDB packets and during replay we connect to a replay server.

This fixes TestPlatformClient.py when run form a reproducer.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D80224

Files:
  lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80224.264960.patch
Type: text/x-patch
Size: 4527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200519/fe6ab8b7/attachment.bin>


More information about the lldb-commits mailing list