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

/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr127 debugger()
159 if debugger "check_adminrep_dirs" ; then
201 if debugger ; then
281 if debugger "changes_in_cache" ; then
309 if debugger "update_golden_cache" ; then
365 if debugger ; then
400 if debugger ; then
435 if debugger ; then
528 if debugger "update_current_cache_file" ; then
577 if debugger ; the
[all...]
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c439 kb8042->debugger.mod1 = 58; /* Left Ctrl */
440 kb8042->debugger.mod2 = 60; /* Left Alt */
441 kb8042->debugger.trigger = 33; /* D */
442 kb8042->debugger.mod1_down = B_FALSE;
443 kb8042->debugger.mod2_down = B_FALSE;
444 kb8042->debugger.enabled = B_FALSE;
899 kb8042->debugger.enabled = *(intptr_t *)mp->b_cont->b_rptr;
1050 if (key_pos == kb8042->debugger.mod1) {
1051 kb8042->debugger.mod1_down = (state == KEY_PRESSED);
1053 if (key_pos == kb8042->debugger
[all...]
H A Dkb8042.h105 } debugger; member in struct:kb8042
/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c122 int debugger = 1; local
125 /* while (debugger) ; */
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s169 * Save the remaining state, and prepare to enter the debugger.
203 * we first entered the debugger. We don't want to clobber that, so
277 * saving state, and for the next stage of debugger startup/resumption,
320 * Enter the next phase of debugger startup
334 * The primary debugger-entry routine. This routine is the trap handler
342 * is allowed direct entry into the debugger.
347 * returned from OBP. The CPU is allowed to enter the debugger. We
352 * We can't allow a CPU into the debugger if it is currently executing
359 * before being cross-called. We'll let it into the debugger now, as
363 * We can't let the CPU into the debugger fo
[all...]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1644 ! in %tstate if a trap occurred. We leave it up to the debugger to
1732 ! in %tstate if a trap occurred. We leave it up to the debugger to

Completed in 67 milliseconds