Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 m_command_source_depth(0), m_num_errors(0), m_quit_requested(false), in CommandInterpreter()
1630 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2245 m_command_source_depth++; in HandleCommands()
2252 m_command_source_depth--; in HandleCommands()
2478 m_command_source_depth++; in HandleCommandsFromFile()
2483 m_command_source_depth--; in HandleCommandsFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h604 uint32_t m_command_source_depth; variable