Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp138 m_command_source_depth(0) { in CommandInterpreter()
1894 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2566 m_command_source_depth++; in HandleCommands()
2569 m_command_source_depth--; in HandleCommands()
2803 m_command_source_depth++; in HandleCommandsFromFile()
2811 m_command_source_depth--; in HandleCommandsFromFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h737 uint32_t m_command_source_depth; variable