Home
last modified time | relevance | path

Searched refs:m_dumped_to_log (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.h46 bool DidDumpToLog() const { return m_dumped_to_log; } in DidDumpToLog()
79 mutable bool m_dumped_to_log = false; variable
DGDBRemoteCommunicationHistory.cpp80 if (!log || m_dumped_to_log) in Dump()
83 m_dumped_to_log = true; in Dump()