Searched refs:sNextJumpBufferIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp54 static int sNextJumpBufferIndex = 0; variable
131 if (sNextJumpBufferIndex == 0) {
141 longjmp(sJumpBuffers[sNextJumpBufferIndex - 1], 1);
1162 if (sNextJumpBufferIndex >= kJumpBufferCount) {
1173 if (setjmp(sJumpBuffers[sNextJumpBufferIndex++]) == 0) {
1188 sNextJumpBufferIndex--;
1200 if (sNextJumpBufferIndex >= kJumpBufferCount) {
1210 if (setjmp(sJumpBuffers[sNextJumpBufferIndex++]) == 0) {
1220 sNextJumpBufferIndex--;
1230 if (sNextJumpBufferIndex >
[all...]

Completed in 76 milliseconds