Searched refs:debug (Results 1 - 9 of 9) sorted by relevance

/broadcom-cfe-1.4.2/cfe/x86emu/
H A DMakefile2 ALLOBJS += debug.o decode.o fpu.o ops.o ops2.o prim_ops.o sys.o
H A Ddebug.c39 /* $XFree86: xc/extras/x86emu/src/x86emu/debug.c,v 1.4 2000/04/17 16:29:45 eich Exp $ */
64 /* should look something like debug's output. */
110 * if (debug&DEBUG_DISASSEMBLE)
112 * if (debug&DEBUG_TRACE) trace_regs(r,m);
123 * nice way to get the system to help debug codes.
136 M.x86.debug |= DEBUG_DISASSEMBLE_F;
267 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F;
268 M.x86.debug |= DEBUG_TRACE_F;
269 M.x86.debug &= ~DEBUG_BREAK_F;
309 M.x86.debug
[all...]
H A Ddecode.c123 M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
/broadcom-cfe-1.4.2/cfe/x86emu/x86emu/
H A Ddebug.h35 * Description: Header file for debug definitions.
38 /* $XFree86: xc/extras/x86emu/src/x86emu/x86emu/debug.h,v 1.4 2000/11/21 23:10:27 tsi Exp $ */
65 # define DEBUG_INSTRUMENT() (M.x86.debug & DEBUG_INSTRUMENT_F)
66 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
67 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
68 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
69 # define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
70 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
71 # define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
72 # define DEBUG_SAVE_IP_CS() (M.x86.debug
[all...]
H A Dregs.h289 int debug; member in struct:__anon72
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmemconfig.c151 int debug = 0; variable
240 if (debug) printf("READ %08X\n",(uint32_t) reg);
293 if (debug) printf("WRITE %08X %016llX\n",(uint32_t) reg,val);
666 debug = swisset("-d");
H A Dmemconfig1480.c173 int debug = 0; variable
256 if (debug) printf("READ %08X\n",(uint32_t) reg);
373 if (debug) printf("WRITE %08X %016llX\n",(uint32_t) reg,val);
733 debug = swisset("-d");
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_pmcmds.c101 #define DEFAULT_PATH 15 // the code that is returned by next_dest debug
839 uint32_t debug; member in struct:hr_s
1017 if (hr.debug) {
1023 if (hr.debug) {
1030 if (hr.debug) {
1046 if (hr.debug) {
1494 if (hr.debug) {
1535 hr.debug = cmd_sw_isset(cmd,"-debug");
1550 //hr.debug
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/include/
H A Dsbmips.h248 #define C0_DEBUG $23 /* CP0: debug */
260 #define C0_DESAVE $31 /* CP0: JTAG debug exception
287 #define C0_DEBUG 23 /* CP0: debug */
295 #define C0_DESAVE 31 /* CP0: JTAG debug exception
481 /* CP0 register 23: debug. */
482 _cp0_get_reg_u32 (debug, C0_DEBUG, 0)
483 _cp0_set_reg_u32 (debug, C0_DEBUG, 0)

Completed in 59 milliseconds