Searched defs:HandleCommand (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/API/
H A DSBCommandInterpreter.cpp111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history) function in class:SBCommandInterpreter
116 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p), add_to_history=%i)",
122 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
136 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p): %s, add_to_history=%i) => %i",
H A DSBDebugger.cpp327 SBDebugger::HandleCommand (const char *command) function in class:SBDebugger
339 sb_interpreter.HandleCommand (command, result, false);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1490 CommandInterpreter::HandleCommand (const char *command_line, function in class:CommandInterpreter
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(cm
[all...]

Completed in 81 milliseconds