[all-commits] [llvm/llvm-project] 39e0a8: [lldb] [Core] Pass error/status from Communication...

Michał Górny via All-commits all-commits at lists.llvm.org
Thu Sep 1 05:17:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39e0a87c26e0d2b7498186a446dda4ec3d9b709d
      https://github.com/llvm/llvm-project/commit/39e0a87c26e0d2b7498186a446dda4ec3d9b709d
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M lldb/include/lldb/Core/Communication.h
    M lldb/source/Core/Communication.cpp
    M lldb/unittests/Core/CommunicationTest.cpp

  Log Message:
  -----------
  [lldb] [Core] Pass error/status from Communication::ReadThread()

Ensure that the ConnectionStatus and Status from
Communication::ReadThread() is correctly passed to ::Read() in order
to fix further discrepancies between ::Read() calls in non-threaded
and threaded modes.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D132577




More information about the All-commits mailing list