Searched refs:kMaxDebugShellLine (Results 1 – 2 of 2) sorted by relevance
109 static const int kMaxDebugShellLine = 256; variable
706 char buffer[kMaxDebugShellLine]; in RunDebuggerShell()707 char* line = ReadCommandLine("vixl> ", buffer, kMaxDebugShellLine); in RunDebuggerShell()