Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp23 m_dumped_to_log(false) { in GDBRemoteCommunicationHistory()
81 if (!log || m_dumped_to_log) in Dump()
84 m_dumped_to_log = true; in Dump()
DGDBRemoteCommunicationHistory.h46 bool DidDumpToLog() const { return m_dumped_to_log; } in DidDumpToLog()
79 mutable bool m_dumped_to_log; variable