Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:Dump

84 GDBRemoteCommunication::History::Dump (lldb_private::Stream &strm) const
105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
221 // If logging was just enabled and we have history, then dump out what
222 // we have to the log so we get the historical context. The Dump() call that
223 // logs all of the packet will set a boolean so that we don't dump this more
226 m_history.Dump (log);
455 // If logging was just enabled and we have history, then dump out what
456 // we have to the log so we get the historical context. The Dump() call that
457 // logs all of the packet will set a boolean so that we don't dump this more
460 m_history.Dump (log);
645 m_history.Dump (strm);