Home
last modified time | relevance | path

Searched refs:debug_exec (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_cmd.c371 if (debug_exec > 1) { in run_cmdl_child()
397 run_cmdl(const struct cmd_list *cmd_list, int debug_exec, in run_cmdl() argument
410 run_cmdl_child(cmd_list, debug_exec, format, ap); in run_cmdl()
429 pid = run_cmdl(cmd_list, debug_exec, format, ap); in run_cmdl_fg()
475 pid = run_cmdl(cmd_list, debug_exec, format, ap); in run_cmdl_bg()
663 int debug_exec; in run_cmds() local
666 debug_exec = rule->debug_exec; in run_cmds()
667 if (debug_exec) in run_cmds()
679 if (run_cmdl_fg(cmd_list, debug_exec, format, ap) < 0) in run_cmds()
688 pid = run_cmdl_bg(cmd_list, debug_exec, format, ap); in run_cmds()
[all …]
H A Dipa_rules.h60 signed char debug_exec; /* { debug_exec } */ member
185 signed char debug_exec; /* { debug_exec } */ member
H A Dipa_rules.c1048 if (rule->debug_exec < 0) in rule_inherit_rulepat()
1049 rule->debug_exec = rulepat->debug_exec; in rule_inherit_rulepat()
1146 if (rule->debug_exec < 0) in rule_inherit_global()
1147 rule->debug_exec = global_debug_exec; in rule_inherit_global()
1262 if (rulepat->debug_exec < 0) in rulepat_inherit_global()
1263 rulepat->debug_exec = global_debug_exec; in rulepat_inherit_global()
H A Dipa_autorules.h66 signed char debug_exec; /* { debug_exec } */ member
H A Dipa_cmd.h81 signed char debug_exec; /* Copy of debug_exec parameter. */ member
H A Dipa_limits.c651 limit->wpid.debug_exec = rule->debug_exec; in init_limit()
961 sublimit->wpid.debug_exec = rule->debug_exec;
H A Dipa_autorules.c415 rule->debug_exec = autorule->debug_exec; in dyn_rule_inherit()
H A Dipa_conf.c494 rule->debug_exec = -1; in parse_rule()
571 rulepat->debug_exec = -1; in parse_rulepat()
683 currule->debug_exec = level; in parse_debug_exec()
688 curautorule->debug_exec = level; in parse_debug_exec()
692 currulepat->debug_exec = level; in parse_debug_exec()
3536 autorule->debug_exec = -1; in parse_autorule()
6032 show_debug_exec(autorule->debug_exec); in show_config()
6068 show_debug_exec(rulepat->debug_exec); in show_config()
6101 show_debug_exec(rule->debug_exec); in show_config()
H A Dipa_thresholds.c695 threshold->wpid.debug_exec = rule->debug_exec; in init_threshold()
H A Dipa_main.c497 if (wpid->debug_exec) in check_child()
/dports/games/ldmud/ldmud-3.3.720/mudlib/uni-crasher/
H A Dcrasher.c786 void debug_exec(string file, int line)
/dports/comms/fldigi/fldigi-4.1.20/src/
H A Dmain.cxx209 void debug_exec(char** argv);
877 debug_exec(argv); in main()
1944 void debug_exec(char** argv) in debug_exec() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dwince.c85 #define DEBUG_EXEC(x) if (debug_exec) printf x
172 static int debug_exec = 0; /* show execution */ variable
1990 (char *) &debug_exec, in _initialize_wince()
H A Dwin32-nat.c84 #define DEBUG_EXEC(x) if (debug_exec) printf_unfiltered x
132 static int debug_exec = 0; /* show execution */ variable
2146 (char *) &debug_exec, in _initialize_win32_nat()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dwince.c85 #define DEBUG_EXEC(x) if (debug_exec) printf x
172 static int debug_exec = 0; /* show execution */ variable
1990 (char *) &debug_exec, in _initialize_wince()
H A Dwin32-nat.c84 #define DEBUG_EXEC(x) if (debug_exec) printf_unfiltered x
132 static int debug_exec = 0; /* show execution */ variable
2146 (char *) &debug_exec, in _initialize_win32_nat()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dwindows-nat.c180 #define DEBUG_EXEC(x) if (debug_exec) printf_unfiltered x
234 static int debug_exec = 0; /* show execution */ variable
2486 add_setshow_boolean_cmd ("debugexec", class_support, &debug_exec, _("\ in _initialize_windows_nat()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dwindows-nat.c165 #define DEBUG_EXEC(x) if (debug_exec) printf_unfiltered x
221 static int debug_exec = 0; /* show execution */ variable
2601 add_setshow_boolean_cmd ("debugexec", class_support, &debug_exec, _("\ in _initialize_windows_nat()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dwindows-nat.c140 debug_prefixed_printf_cond (debug_exec, "windows exec", fmt, ## __VA_ARGS__)
172 static bool debug_exec = false; /* show execution */ variable
3155 add_setshow_boolean_cmd ("debugexec", class_support, &debug_exec, _("\ in _initialize_windows_nat()
H A DChangeLog-20194986 (debug_exec): Likewise.
/dports/sysutils/ipa/ipa-2.1.2/
H A DHISTORY117 * "ipa -t" did not show "debug_exec" parameter for "autorule" section,
/dports/comms/fldigi/fldigi-4.1.20/
H A DChangeLog4321 642e63629: Add debug_exec