Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp125 m_command_source_depth (0), in CommandInterpreter()
1672 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2438 m_command_source_depth++; in HandleCommands()
2444 m_command_source_depth--; in HandleCommands()
2685 m_command_source_depth++; in HandleCommandsFromFile()
2690 m_command_source_depth--; in HandleCommandsFromFile()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h717 uint32_t m_command_source_depth; variable