Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp126 m_command_source_depth(0), m_result(), m_transcript_stream() { in CommandInterpreter()
1667 add_to_history = (m_command_source_depth == 0); in HandleCommand()
2315 m_command_source_depth++; in HandleCommands()
2322 m_command_source_depth--; in HandleCommands()
2554 m_command_source_depth++; in HandleCommandsFromFile()
2562 m_command_source_depth--; in HandleCommandsFromFile()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h645 uint32_t m_command_source_depth; variable