[all-commits] [llvm/llvm-project] 4f728b: [lldb][NFC] Use raw_ostream instead of Stream in B...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Dec 2 04:27:39 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c
https://github.com/llvm/llvm-project/commit/4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c
Author: Raphael Isemann <risemann at apple.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M lldb/include/lldb/Breakpoint/BreakpointOptions.h
M lldb/include/lldb/Breakpoint/WatchpointOptions.h
M lldb/include/lldb/Utility/Baton.h
M lldb/source/Breakpoint/BreakpointOptions.cpp
M lldb/source/Breakpoint/WatchpointOptions.cpp
M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
M lldb/source/Utility/Baton.cpp
Log Message:
-----------
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Removing raw_ostream here is getting us closer to removing LLDB's Stream
class.
More information about the All-commits
mailing list