Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp141 m_command_source_depth(0) { in CommandInterpreter()
1868 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2582 m_command_source_depth++; in HandleCommands()
2585 m_command_source_depth--; in HandleCommands()
2820 m_command_source_depth++; in HandleCommandsFromFile()
2828 m_command_source_depth--; in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h768 uint32_t m_command_source_depth; variable