[all-commits] [llvm/llvm-project] 2436c5: [lldb] Use the IOHandler's stream instead of the d...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Mar 14 10:12:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2436c5703e6a33be1d002d3acebc6cbc1bfe678e
      https://github.com/llvm/llvm-project/commit/2436c5703e6a33be1d002d3acebc6cbc1bfe678e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/IOHandler.cpp

  Log Message:
  -----------
  [lldb] Use the IOHandler's stream instead of the debugger's in PrintAsync

PrintAsync is relying on the IOHandler to print to the output/error
stream. In that context it doesn't make much sense that this is using
the debugger's streams rather than the one from the IOHandler.

Differential revision: https://reviews.llvm.org/D121536


  Commit: 8550c1f328b3e03f37773582a8684d1eeeaebff5
      https://github.com/llvm/llvm-project/commit/8550c1f328b3e03f37773582a8684d1eeeaebff5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M llvm/include/llvm/module.modulemap

  Log Message:
  -----------
  [llvm] Fix warning: missing submodule 'LLVM_Analysis.ScalarFuncs'


Compare: https://github.com/llvm/llvm-project/compare/250620f76e07...8550c1f328b3


More information about the All-commits mailing list