Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h699 bool m_synchronous_execution; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp128 m_debugger(debugger), m_synchronous_execution(true), in CommandInterpreter()
2766 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous()
2772 m_synchronous_execution = value; in SetSynchronous()