Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-cmds.c93 int max_user_call_depth; variable
1016 max_user_call_depth = 1024; in init_cmd_lists()
1283 (char *) &max_user_call_depth, in init_cli_cmds()
Dcli-script.c259 extern int max_user_call_depth; in execute_user_command()
268 if (++user_call_depth > max_user_call_depth) in execute_user_command()