Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h479 uint32_t m_command_source_depth; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp112 m_command_source_depth (0) in CommandInterpreter()
1522 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2532 m_command_source_depth++; in HandleCommands()
2538 m_command_source_depth--; in HandleCommands()
2627 m_command_source_depth++; in HandleCommandsFromFile()
2629 m_command_source_depth--; in HandleCommandsFromFile()