Lines Matching defs:HandleCommand
1490 CommandInterpreter::HandleCommand (const char *command_line,
1506 Host::SetCrashDescriptionWithFormat ("HandleCommand(command = \"%s\")", command_line);
1784 log->Printf ("HandleCommand, cmd_obj : '%s'", cmd_obj ? cmd_obj->GetCommandName() : "<not found>");
1785 log->Printf ("HandleCommand, revised_command_line: '%s'", revised_command_line.GetData());
1786 log->Printf ("HandleCommand, wants_raw_input:'%s'", wants_raw_input ? "True" : "False");
1823 log->Printf ("HandleCommand, command line after removing command name(s): '%s'", remainder.c_str());
1867 log->Printf ("HandleCommand, command %s", (result.Succeeded() ? "succeeded" : "did not succeed"));
2447 // If the file exists, tell HandleCommand to 'source' it; this will do the actual broadcasting
2527 // HandleCommand() since we updated our context already.
2533 bool success = HandleCommand(cmd, add_to_history, tmp_result,