HomeSort by: relevance | last modified time | path
    Searched refs:DEBUG_EXEC (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mips/mips/
cpu_exec.c 98 #ifdef DEBUG_EXEC
100 #endif /* DEBUG_EXEC */
142 #ifdef DEBUG_EXEC
145 #endif /* DEBUG_EXEC */
156 #ifdef DEBUG_EXEC
159 #endif /* DEBUG_EXEC */
216 #ifdef DEBUG_EXEC
218 #endif /* DEBUG_EXEC */
257 #ifdef DEBUG_EXEC
260 #endif /* DEBUG_EXEC */
    [all...]
  /src/sys/arch/usermode/target/i386/
cpu_i386.c 181 #ifdef DEBUG_EXEC
209 #ifdef DEBUG_EXEC
  /src/sys/kern/
kern_exec.c 145 #if defined(DEBUG) && !defined(DEBUG_EXEC)
146 #define DEBUG_EXEC
148 #ifdef DEBUG_EXEC
158 #endif /* DEBUG_EXEC */
2963 #ifdef DEBUG_EXEC
  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 179 #define DEBUG_EXEC(fmt, ...) \
180 debug_prefixed_printf_cond (debug_exec, "windows exec", fmt, ## __VA_ARGS__)
203 static bool debug_exec = false; /* show execution */ variable
1360 DEBUG_EXEC ("pid=%d, tid=0x%x, step=%d, sig=%d",
3153 add_setshow_boolean_cmd ("debugexec", class_support, &debug_exec, _("\
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 178 #define DEBUG_EXEC(fmt, ...) \
179 debug_prefixed_printf_cond (debug_exec, "windows exec", fmt, ## __VA_ARGS__)
202 static bool debug_exec = false; /* show execution */ variable
1364 DEBUG_EXEC ("pid=%d, tid=0x%x, step=%d, sig=%d",
3154 add_setshow_boolean_cmd ("debugexec", class_support, &debug_exec, _("\

Completed in 107 milliseconds