Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp138 m_command_source_depth(0) { in CommandInterpreter()
1888 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2569 m_command_source_depth++; in HandleCommands()
2572 m_command_source_depth--; in HandleCommands()
2806 m_command_source_depth++; in HandleCommandsFromFile()
2814 m_command_source_depth--; in HandleCommandsFromFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h744 uint32_t m_command_source_depth; variable