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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h479 uint32_t m_command_source_depth; member in class:lldb_private::CommandInterpreter
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp112 m_command_source_depth (0)
1522 add_to_history = (m_command_source_depth == 0);
2530 // m_command_source_depth dingus is the way we turn off adding to the history in that case, so set it up here.
2532 m_command_source_depth++;
2538 m_command_source_depth--;
2627 m_command_source_depth++;
2629 m_command_source_depth--;

Completed in 173 milliseconds