Home | History | Annotate | Download | only in debugger

Lines Matching full:command

26 // Constants for the "data", "result", and "command" JSON message fields.
29 const char kCommandKey[] = "command";
52 // retrieved from the request "command" field. If an operation result
75 std::string command;
78 content->GetString(kCommandKey, &command);
79 response.SetString(kCommandKey, command);
82 // Unknown command (bad format?)
91 if (command == DebuggerRemoteServiceCommand::kAttach) {
95 } else if (command == DebuggerRemoteServiceCommand::kDetach) {
98 } else if (command == DebuggerRemoteServiceCommand::kDebuggerCommand) {
100 } else if (command == DebuggerRemoteServiceCommand::kEvaluateJavascript) {
103 // Unknown command
157 "{\"command\":\"%s\",\"result\":%s,\"data\":%s}",
265 // Sends a V8 debugger command to the target tab V8 debugger.
267 // through IPC) unless an error occurs before the command has actually
306 // Sends the immediate "evaluate Javascript" command to the V8 debugger.
307 // The evaluation result is not sent back to the client as this command