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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_trap.h71 boolean_t user_space);
H A Ddb_task_thread.h79 #define db_target_space(thr_act, user_space) \
80 ((!(user_space) || ((thr_act)))?\
H A Ddb_trap.c88 db_task_trap(__unused int type, __unused int code, boolean_t user_space) argument
96 task_space = db_target_space(current_thread(), user_space);
H A Ddb_break.c674 boolean_t user_space = FALSE; local
687 user_space = (user_global)? TRUE: db_option(db_tok_string, 'u');
719 * We attempt to pick up the user_space indication from db_dot,
723 if (!user_space && !DB_VALID_ADDRESS(addr, FALSE))
724 user_space = TRUE;
726 if (!DB_VALID_ADDRESS(addr, user_space)) {
728 (user_space)? "user": "kernel");
741 db_delete_breakpoint(db_target_space(thr_act, user_space),
745 db_delete_breakpoint(db_target_space(THREAD_NULL, user_space),
761 boolean_t user_space; local
[all...]
H A Ddb_watch.c241 boolean_t user_space; local
243 user_space = db_option(modif, 'T');
244 if (user_space) {
261 if (!DB_VALID_ADDRESS(addr, user_space)) {
263 (user_space)? "user": "kernel");

Completed in 26 milliseconds