[all-commits] [llvm/llvm-project] b70914: [lldb][NFCI] Target::StopHook::GetDescription shou...

Alex via All-commits all-commits at lists.llvm.org
Mon Jul 3 11:45:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b709149b76277e8bea4a3d7977ccb4e818499b7b
      https://github.com/llvm/llvm-project/commit/b709149b76277e8bea4a3d7977ccb4e818499b7b
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M lldb/include/lldb/Target/Target.h
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list