This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Reproducers] Support reproducers for PlatformRemoteGDBServer
ClosedPublic

Authored by JDevlieghere on May 19 2020, 10:44 AM.

Details

Summary

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.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

JDevlieghere created this revision.May 19 2020, 10:44 AM
labath accepted this revision.May 20 2020, 2:55 AM
This revision is now accepted and ready to land.May 20 2020, 2:55 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2020, 9:49 AM