Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandReturnObject.cpp45 m_status(eReturnStatusStarted), m_did_change_process_state(false), in CommandReturnObject()
164 m_did_change_process_state = false; in Clear()
169 return m_did_change_process_state; in GetDidChangeProcessState()
173 m_did_change_process_state = b; in SetDidChangeProcessState()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h154 bool m_did_change_process_state; variable