[all-commits] [llvm/llvm-project] 5a25f9: [lldb][NFCI] Change parameter type in Process::Set...

Alex via All-commits all-commits at lists.llvm.org
Mon Aug 14 15:52:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a25f97e69500d4f65ce0e56027787752c7aab61
      https://github.com/llvm/llvm-project/commit/5a25f97e69500d4f65ce0e56027787752c7aab61
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Target/Process.cpp

  Log Message:
  -----------
  [lldb][NFCI] Change parameter type in Process::SetExitStatus

My primary motivation here is actually to change something in
UnixSignals, but this change is a necesary precondition.

I've also updated the documentation and rewritten the log statements to
use `formatv` instead of `printf` (printf-style formatting and
llvm::StringRef don't mix well).

Differential Revision: https://reviews.llvm.org/D157662




More information about the All-commits mailing list