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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_interface.c492 #define KDB_RESTORE(name) name = name##_save macro
496 #define KDB_RESTORE(name) name = name/**/_save macro
517 KDB_RESTORE(db_run_mode); \
518 KDB_RESTORE(db_sstep_print); \
519 KDB_RESTORE(db_loop_count); \
520 KDB_RESTORE(db_call_depth); \
521 KDB_RESTORE(db_inst_count); \
522 KDB_RESTORE(db_last_inst_count); \
523 KDB_RESTORE(db_load_count); \
524 KDB_RESTORE(db_store_coun
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c947 #define KDB_RESTORE(name) name = name##_save macro
950 #define KDB_RESTORE(name) name = name/**/_save macro
971 KDB_RESTORE(db_run_mode); \
972 KDB_RESTORE(db_sstep_print); \
973 KDB_RESTORE(db_loop_count); \
974 KDB_RESTORE(db_call_depth); \
975 KDB_RESTORE(db_inst_count); \
976 KDB_RESTORE(db_last_inst_count); \
977 KDB_RESTORE(db_load_count); \
978 KDB_RESTORE(db_store_coun
[all...]

Completed in 56 milliseconds