[all-commits] [llvm/llvm-project] 6a93a1: [LLDB][Python] fix another fflush issue on NetBSD

smoofra via All-commits all-commits at lists.llvm.org
Tue Oct 29 09:41:51 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a93a12a8dd98291225a282b5b8f3c97e68ebe49
      https://github.com/llvm/llvm-project/commit/6a93a12a8dd98291225a282b5b8f3c97e68ebe49
  Author: Lawrence D'Anna <lawrence_danna at apple.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
    M lldb/source/Host/common/File.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h

  Log Message:
  -----------
  [LLDB][Python] fix another fflush issue on NetBSD

Summary:
Here's another instance where we were calling fflush on an input
stream, which is illegal on NetBSD.

Reviewers: labath, mgorny

Reviewed By: mgorny

Subscribers: krytarowski, lldb-commits

Tags: #lldb

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




More information about the All-commits mailing list