Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h630 bool m_synchronous_execution; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp123 m_debugger(debugger), m_synchronous_execution(true), in CommandInterpreter()
2570 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous()
2576 m_synchronous_execution = value; in SetSynchronous()