Home
last modified time | relevance | path

Searched refs:kMaxDebugShellLine (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/vixl/a64/
Ddebugger-a64.h109 static const int kMaxDebugShellLine = 256; variable
Ddebugger-a64.cc706 char buffer[kMaxDebugShellLine]; in RunDebuggerShell()
707 char* line = ReadCommandLine("vixl> ", buffer, kMaxDebugShellLine); in RunDebuggerShell()