Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h466 bool m_synchronous_execution; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp105 m_synchronous_execution (synchronous_execution), in CommandInterpreter()
2686 return m_synchronous_execution; in GetSynchronous()
2692 m_synchronous_execution = value; in SetSynchronous()