HomeSort by relevance Sort by last modified time
    Searched refs:m_dumped_to_log (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 182 return m_dumped_to_log;
223 mutable bool m_dumped_to_log; member in class:GDBRemoteCommunication::History
GDBRemoteCommunication.cpp 39 m_dumped_to_log (false)
107 if (log && !m_dumped_to_log)
109 m_dumped_to_log = true;

Completed in 61 milliseconds