This is an archive of the discontinued LLVM Phabricator instance.

[gdb-remote] Move broadcasting logic down to GDBRemoteClientBase
ClosedPublic

Authored by mgorny on Sep 7 2022, 8:18 AM.

Details

Summary

Move the broadcasting support from GDBRemoteCommunication
to GDBRemoteClientBase since this is where it is actually used. Remove
GDBRemoteCommunication and subclass constructor arguments left over
after Communication cleanup.

Sponsored by: The FreeBSD Foundation

Diff Detail

Event Timeline

mgorny created this revision.Sep 7 2022, 8:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 8:18 AM
Herald added a subscriber: arichardson. · View Herald Transcript
mgorny requested review of this revision.Sep 7 2022, 8:18 AM
labath accepted this revision.Sep 9 2022, 6:14 AM

cool.

lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
20

I think you can just delete this altogether.

This revision is now accepted and ready to land.Sep 9 2022, 6:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 8:13 AM