Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h95 bool m_timeout_modified; variable
DGDBRemoteCommunication.cpp1266 : m_gdb_comm(gdb_comm), m_timeout_modified(false) { in ScopedTimeout()
1271 m_timeout_modified = true; in ScopedTimeout()
1278 if (m_timeout_modified) in ~ScopedTimeout()