Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp126 m_truncation_warning(eNoTruncation), m_command_source_depth(0) { in CommandInterpreter()
1675 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2317 m_command_source_depth++; in HandleCommands()
2320 m_command_source_depth--; in HandleCommands()
2556 m_command_source_depth++; in HandleCommandsFromFile()
2564 m_command_source_depth--; in HandleCommandsFromFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h651 uint32_t m_command_source_depth; variable