Home
last modified time | relevance | path

Searched refs:add_to_history (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandInterpreter.h157 LazyBool add_to_history,
191 LazyBool add_to_history,
222 LazyBool add_to_history,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBCommandInterpreter.cpp127 …reter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history) in HandleCommand() argument
133 m_opaque_ptr, command_line, result.get(), add_to_history); in HandleCommand()
138 …m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref… in HandleCommand()
153 … m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus()); in HandleCommand()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp1553 bool add_to_history; in HandleCommand() local
1555 add_to_history = (m_command_source_depth == 0); in HandleCommand()
1557 add_to_history = (lazy_add_to_history == eLazyBoolYes); in HandleCommand()
1583 add_to_history = false; in HandleCommand()
1611 add_to_history = false; in HandleCommand()
1828 if (add_to_history) in HandleCommand()
2435 LazyBool add_to_history, in HandleCommands() argument
2475 if (!add_to_history) in HandleCommands()
2477 bool success = HandleCommand(cmd, add_to_history, tmp_result, in HandleCommands()
2481 if (!add_to_history) in HandleCommands()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBCommandInterpreter.h86 …mmand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);