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

  /external/vixl/src/a64/
debugger-a64.h 188 static const int kMaxDebugShellLine = 256;
debugger-a64.cc 692 // Read a command. A command will be at most kMaxDebugShellLine char long and
738 char buffer[kMaxDebugShellLine];
739 char* line = ReadCommandLine("vixl> ", buffer, kMaxDebugShellLine);
    [all...]

Completed in 254 milliseconds