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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dsource.c57 if (debugging_mode)
114 if (debugging_mode)
H A Dshopt.c66 extern int debugging_mode;
101 { "extdebug", &debugging_mode, (shopt_set_func_t *)NULL },
H A Ddeclare.c270 if (nodefs && debugging_mode)
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.h88 extern int debugging_mode;
H A Dshell.c202 int debugging_mode = 0; /* In debugging mode with --debugger */ variable
227 { "debugger", Int, &debugging_mode, (char **)0x0 },
678 if (debugging_mode)
712 if (debugging_mode && locally_skip_execution == 0 && running_setuid == 0)
H A Dexecute_cmd.c1703 if (debugging_mode && retval != EXECUTION_SUCCESS)
1811 if (debugging_mode == 0 || r == EXECUTION_SUCCESS)
2126 if (debugging_mode && retval != EXECUTION_SUCCESS)
2262 if (debugging_mode && retval != EXECUTION_SUCCESS)
2477 if (debugging_mode && retval != EXECUTION_SUCCESS)
2642 if (debugging_mode && retval != EXECUTION_SUCCESS)
2806 if (debugging_mode && result != EXECUTION_SUCCESS)
3310 if (debugging_mode)
3344 if (debugging_mode == 0 || result == EXECUTION_SUCCESS)
3366 if (debugging_mode)
[all...]
H A Dtrap.c774 if (debugging_mode && trap_exit_value == 2 && return_catch_flag)

Completed in 212 milliseconds