Searched refs:ndebug_stack (Results 1 – 1 of 1) sorted by relevance
403 int ndebug_stack = 0; variable408 debug_curr_level[ndebug_stack - 1] = level; in debug_set_level()426 if (is_debug_word(env, WA) && ndebug_stack < MAX_DEBUG_STACK) { in check_for_debug_entry()427 top = ndebug_stack++; in check_for_debug_entry()444 if (ndebug_stack) { in check_for_debug_exit()445 int top = ndebug_stack - 1; in check_for_debug_exit()449 ndebug_stack--; in check_for_debug_exit()462 if (ndebug_stack) { in check_semi_debug_exit()463 int top = ndebug_stack - 1; in check_semi_debug_exit()467 ndebug_stack--; in check_semi_debug_exit()[all …]