Home
last modified time | relevance | path

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

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp49 static const int kJumpBufferCount = 10; variable
53 static jmp_buf sJumpBuffers[kJumpBufferCount];
1162 if (sNextJumpBufferIndex >= kJumpBufferCount) { in evaluate_debug_expression()
1200 if (sNextJumpBufferIndex >= kJumpBufferCount) { in evaluate_debug_command()
1230 if (sNextJumpBufferIndex >= kJumpBufferCount) { in parse_next_debug_command_argument()