This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove unused GDBRemoteCommunicationClient::SendAttach function
ClosedPublic

Authored by DavidSpickett on Sep 8 2021, 2:53 AM.

Diff Detail

Event Timeline

DavidSpickett requested review of this revision.Sep 8 2021, 2:53 AM
DavidSpickett created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2021, 2:53 AM

Asking for review to double check. Nothing in lldb upstream calls this and I think that's because we switched to a style where we ask to attach then have a callback that will tell us once it's done.

labath accepted this revision.Sep 8 2021, 4:06 AM
This revision is now accepted and ready to land.Sep 8 2021, 4:06 AM