Home
last modified time | relevance | path

Searched refs:SetHistoryStream (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h140 void SetHistoryStream(llvm::raw_ostream *strm);
H A DGDBRemoteCommunication.cpp1267 void GDBRemoteCommunication::SetHistoryStream(llvm::raw_ostream *strm) { in SetHistoryStream() function in GDBRemoteCommunication
H A DProcessGDBRemote.cpp311 m_gdb_comm.SetHistoryStream(provider.GetHistoryStream()); in ProcessGDBRemote()
313 provider.SetCallback([&]() { m_gdb_comm.SetHistoryStream(nullptr); }); in ProcessGDBRemote()