Home | History | Annotate | Download | only in driver

Lines Matching refs:command_string

1072         const char *command_string = SBEvent::GetCStringFromEvent(event);
1073 if (command_string == NULL)
1074 command_string = "";
1083 m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, true);
1403 char command_string[PATH_MAX * 2];
1411 ::snprintf (command_string, sizeof(command_string), "command source '%s'", command_file);
1412 m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, false);
1444 ::snprintf (command_string,
1445 sizeof (command_string),
1451 ::snprintf (command_string,
1452 sizeof(command_string),
1457 m_debugger.HandleCommand (command_string);
1475 ::snprintf (command_string,
1476 sizeof(command_string),
1479 m_debugger.HandleCommand (command_string);;