[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
authorRaphael Isemann <risemann@apple.com>
Sat, 30 Nov 2019 14:30:08 +0000 (15:30 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 2 Dec 2019 12:27:21 +0000 (13:27 +0100)
commit4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c
tree8770c087af4aba341ba85880dd369416b5942a10
parent76b70f6f75e90074bf2f5168383cc3afc21b61ad
[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.
lldb/include/lldb/Breakpoint/BreakpointOptions.h
lldb/include/lldb/Breakpoint/WatchpointOptions.h
lldb/include/lldb/Utility/Baton.h
lldb/source/Breakpoint/BreakpointOptions.cpp
lldb/source/Breakpoint/WatchpointOptions.cpp
lldb/source/Commands/CommandObjectBreakpointCommand.cpp
lldb/source/Commands/CommandObjectWatchpointCommand.cpp
lldb/source/Utility/Baton.cpp