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.cpp145 m_command_source_depth(0) { in CommandInterpreter()
2005 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2734 m_command_source_depth++; in HandleCommands()
2737 m_command_source_depth--; in HandleCommands()
2972 m_command_source_depth++; in HandleCommandsFromFile()
2980 m_command_source_depth--; in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h785 uint32_t m_command_source_depth; variable