Lines Matching defs:HandleCommand
1836 bool CommandInterpreter::HandleCommand(const char *command_line,
1842 bool status = HandleCommand(command_line, lazy_add_to_history, result);
1847 bool CommandInterpreter::HandleCommand(const char *command_line,
1855 llvm::PrettyStackTraceFormat stack_trace("HandleCommand(command = \"%s\")",
1978 LLDB_LOGF(log, "HandleCommand, cmd_obj : '%s'", command_name.str().c_str());
1979 LLDB_LOGF(log, "HandleCommand, (revised) command_string: '%s'",
1983 LLDB_LOGF(log, "HandleCommand, wants_raw_input:'%s'",
2029 log, "HandleCommand, command line after removing command name(s): '%s'",
2044 LLDB_LOGF(log, "HandleCommand, command %s",
2377 // Use HandleCommand to 'source' the given file; this will do the actual
2583 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result);
3137 HandleCommand(line.c_str(), eLazyBoolCalculate, result);