[all-commits] [llvm/llvm-project] 23312c: [lldb] Remove {Get, Set}CloseInputOnEOF and depreca...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Aug 15 10:37:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23312cde45b964b24b2c9f3aa2ff45a45174a8d9
https://github.com/llvm/llvm-project/commit/23312cde45b964b24b2c9f3aa2ff45a45174a8d9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Core/Debugger.cpp
Log Message:
-----------
[lldb] Remove {Get,Set}CloseInputOnEOF and deprecate SB equivalent (NFC)
These functions have been NO-OPs since 2014 (44d937820b451). Remove them
and deprecate the corresponding functions in SBDebugger.
Differential revision: https://reviews.llvm.org/D158000
More information about the All-commits
mailing list