HomeSort by relevance Sort by last modified time
    Searched refs:kAttach (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/nacl_host/test/
mock_nacl_gdb.cc 18 static const char kAttach[] = "target remote :4014";
40 CHECK_EQ(strcmp(argv[4], kAttach), 0);
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 26 static const std::string kAttach;
debugger_remote_service.cc 33 const std::string DebuggerRemoteServiceCommand::kAttach = "attach";
91 if (command == DebuggerRemoteServiceCommand::kAttach) {
93 response.SetString(kCommandKey, DebuggerRemoteServiceCommand::kAttach);

Completed in 108 milliseconds