Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h286 bool m_destroy_tried_resuming; variable
DProcessGDBRemote.cpp261 m_waiting_for_attach(false), m_destroy_tried_resuming(false), in ProcessGDBRemote()
2459 if (m_destroy_tried_resuming) { in DoDestroy()
2500 m_destroy_tried_resuming = true; in DoDestroy()