Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2expr.h160 int recursion_depth, max_recursion_depth; member
H A Ddwarf2expr.c105 retval->max_recursion_depth = 0x100; in new_dwarf_expr_context()
651 if (ctx->recursion_depth > ctx->max_recursion_depth) in execute_stack_op()