[all-commits] [llvm/llvm-project] 55bc04: Improve and modernize logging for Process::Complet...

Adrian Prantl via All-commits all-commits at lists.llvm.org
Fri Feb 23 08:01:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55bc0488af077acb47be70542718d1bc17f3de4f
      https://github.com/llvm/llvm-project/commit/55bc0488af077acb47be70542718d1bc17f3de4f
  Author: Adrian Prantl <adrian-prantl at users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

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

  Log Message:
  -----------
  Improve and modernize logging for Process::CompleteAttach() (#82717)

Target::SetArchitecture() does not necessarily set the triple that is
being passed in, and will unconditionally log the real architecture to
the log channel. By flipping the order between the log outputs, the
resulting combined log makes a lot more sense to read.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list