Home | History | Annotate | Download | only in gdb

Lines Matching defs:exc

147     struct exc_state exc;	/* The exception that caused us to return.  */
325 else if (proc == inf->wait.thread && inf->wait.exc.reply && !force)
643 inf->wait.exc.handler = MACH_PORT_NULL;
644 inf->wait.exc.reply = MACH_PORT_NULL;
673 if (inf->wait.exc.handler != MACH_PORT_NULL)
675 mach_port_deallocate (mach_task_self (), inf->wait.exc.handler);
676 inf->wait.exc.handler = MACH_PORT_NULL;
678 if (inf->wait.exc.reply != MACH_PORT_NULL)
680 mach_port_deallocate (mach_task_self (), inf->wait.exc.reply);
681 inf->wait.exc.reply = MACH_PORT_NULL;
1358 struct exc_state *e = &w->exc;
1361 " task = %u, thread = %u, exc = %d"
1664 "thread = %u, task = %u, exc = %d, code = %d, subcode = %ld",
1700 inf->wait.exc.handler = thread->saved_exc_port;
1706 inf->wait.exc.handler = inf->task->saved_exc_port;
1709 if (inf->wait.exc.handler != MACH_PORT_NULL)
1712 inf->wait.exc.handler, MACH_PORT_RIGHT_SEND,
1715 inf->wait.exc.exception = exception;
1716 inf->wait.exc.code = code;
1717 inf->wait.exc.subcode = subcode;
1718 inf->wait.exc.reply = reply_port;
2016 else if (inf->wait.exc.reply != MACH_PORT_NULL)
3238 /* Allow `set exc' despite conflict with `set exception-port'. */
3239 add_alias_cmd ("exc", set_exceptions_cmd_, class_run, 1, &setlist);
3278 add_alias_cmd ("exc-port", set_task_exception_port_cmd_, no_class, 1,
3475 add_alias_cmd ("exc-port", set_thread_exception_port_cmd_, no_class, 1,