diff options
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h')
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h index 393d52bb3b8..8e4963258a8 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h @@ -52,7 +52,8 @@ public: void Delete(); - bool Enable(lldb::StreamSP &log_stream_sp, uint32_t log_options, + bool Enable(const std::shared_ptr<llvm::raw_ostream> &log_stream_sp, + uint32_t log_options, lldb_private::Stream *feedback_strm, // Feedback stream for argument errors etc const char **categories) override; // The categories to enable |