Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp132 m_command_source_depth(0) { in CommandInterpreter()
1854 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2515 m_command_source_depth++; in HandleCommands()
2518 m_command_source_depth--; in HandleCommands()
2752 m_command_source_depth++; in HandleCommandsFromFile()
2760 m_command_source_depth--; in HandleCommandsFromFile()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h725 uint32_t m_command_source_depth; variable