[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instead of...
authorAlex Langford <alangford@apple.com>
Tue, 27 Jun 2023 20:48:27 +0000 (13:48 -0700)
committerAlex Langford <alangford@apple.com>
Mon, 3 Jul 2023 18:39:38 +0000 (11:39 -0700)
commitb709149b76277e8bea4a3d7977ccb4e818499b7b
treefe3d56f7ebb7d83f9b09dec09ee5ec1615f73c2d
parentc9b31dae56f155ed08cc855dffe7eae2ea8cd30d
[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instead of pointer

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

Differential Revision: https://reviews.llvm.org/D153917
lldb/include/lldb/Target/Target.h
lldb/source/Commands/CommandCompletions.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Target/Target.cpp