This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instead of pointer
ClosedPublic

Authored by bulbazord on Jun 27 2023, 1:49 PM.

Details

Summary

We always assume that this is valid anyway, might as well take a
reference.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 27 2023, 1:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 1:49 PM
bulbazord requested review of this revision.Jun 27 2023, 1:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 1:49 PM
This revision is now accepted and ready to land.Jun 27 2023, 6:06 PM