Searched refs:ddb_regs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c120 .valuep = &ddb_regs.save_srr0,
130 .valuep = &ddb_regs.save_srr0,
140 .valuep = &ddb_regs.save_srr1,
150 .valuep = &ddb_regs.save_r0,
160 .valuep = &ddb_regs.save_r1,
170 .valuep = &ddb_regs.save_r2,
180 .valuep = &ddb_regs.save_r3,
190 .valuep = &ddb_regs.save_r4,
200 .valuep = &ddb_regs.save_r5,
210 .valuep = &ddb_regs
[all...]
H A Ddb_machdep.h78 db_regs_t ddb_regs; /* register state */ variable
79 #define DDB_REGS (&ddb_regs)
H A Ddb_interface.c199 bzero((char *)&ddb_regs, sizeof (ddb_regs));
200 ddb_regs = *regs;
205 ddb_regs = *regs;
211 *regs = ddb_regs;
514 KDB_SAVE(db_regs_t, ddb_regs);
531 KDB_RESTORE(ddb_regs);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c313 bzero((char *)&ddb_regs, sizeof (ddb_regs));
314 *(struct x86_saved_state32_from_kernel *)&ddb_regs =
319 ddb_regs = *regs;
326 ddb_regs.uesp = (int)&regs->uesp; /* kernel stack pointer */
327 ddb_regs.ss = KERNEL_DS;
334 regs->eip = ddb_regs.eip;
335 regs->efl = ddb_regs.efl;
336 regs->eax = ddb_regs.eax;
337 regs->ecx = ddb_regs
[all...]
H A Ddb_trace.c155 { "cs", (unsigned int *)&ddb_regs.cs, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
156 { "ds", (unsigned int *)&ddb_regs.ds, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
157 { "es", (unsigned int *)&ddb_regs.es, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
158 { "fs", (unsigned int *)&ddb_regs.fs, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
159 { "gs", (unsigned int *)&ddb_regs.gs, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
160 { "ss", (unsigned int *)&ddb_regs.ss, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
161 { "eax",(unsigned int *)&ddb_regs.eax, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
162 { "ecx",(unsigned int *)&ddb_regs.ecx, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
163 { "edx",(unsigned int *)&ddb_regs.edx, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
164 { "ebx",(unsigned int *)&ddb_regs
[all...]
H A Ddb_machdep.h78 db_regs_t ddb_regs; /* register state */ variable
79 #define DDB_REGS (&ddb_regs)
88 #define FIXUP_PC_AFTER_BREAK ddb_regs.eip -= 1;

Completed in 27 milliseconds