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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c110 static db_addr_t db_stop_pc; variable
122 db_stop_pc = PC_REGS(DDB_REGS);
131 db_stop_pc = PC_REGS(DDB_REGS); local
138 bkpt = db_find_thread_breakpoint_here(space, db_stop_pc);
157 db_print_loc_and_inst(db_stop_pc, task);
168 ins = db_get_task_value(db_stop_pc, sizeof(int), FALSE, space);
186 db_print_loc_and_inst(db_stop_pc, task);
202 ins = db_get_task_value(db_stop_pc, sizeof(int), FALSE, space);
213 if (db_find_breakpoint_here(space, db_stop_pc))

Completed in 10 milliseconds