Lines Matching defs:HandleCommand
1872 bool CommandInterpreter::HandleCommand(const char *command_line,
1878 bool status = HandleCommand(command_line, lazy_add_to_history, result);
1883 bool CommandInterpreter::HandleCommand(const char *command_line,
1892 llvm::PrettyStackTraceFormat stack_trace("HandleCommand(command = \"%s\")",
2015 LLDB_LOGF(log, "HandleCommand, cmd_obj : '%s'", command_name.str().c_str());
2016 LLDB_LOGF(log, "HandleCommand, (revised) command_string: '%s'",
2020 LLDB_LOGF(log, "HandleCommand, wants_raw_input:'%s'",
2066 log, "HandleCommand, command line after removing command name(s): '%s'",
2088 LLDB_LOGF(log, "HandleCommand, command %s",
2421 // Use HandleCommand to 'source' the given file; this will do the actual
2627 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result);
3179 HandleCommand(line.c_str(), eLazyBoolCalculate, result);