This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to client
ClosedPublic

Authored by mgorny on Oct 2 2022, 3:47 AM.

Details

Summary

Move ReadPacketWithOutputSupport() from GDBRemoteCommunication
to GDBRemoteClientBase. This function is client-specific and moving
it there simplifies followup patches that split communication into
separate thread.

Diff Detail

Event Timeline

mgorny created this revision.Oct 2 2022, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2022, 3:47 AM
labath accepted this revision.Oct 3 2022, 7:30 AM
This revision is now accepted and ready to land.Oct 3 2022, 7:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 9:43 AM