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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-nat.c750 task_t task_port;
756 task_port = MACH_PORT_NULL;
759 error_t err = proc_pid2task (proc_server, pid, &task_port);
764 inf_debug (inf, "setting task: %d", task_port);
767 task_suspend (task_port);
769 if (task && task->port != task_port)
776 if (task_port != MACH_PORT_NULL)
778 inf->task = make_proc (inf, task_port, PROC_TID_TASK);
1642 thread_t thread_port, task_t task_port,
1650 thread_port, task_port, exceptio
741 task_t task_port; local
1618 S_exception_raise_request(mach_port_t port, mach_port_t reply_port, thread_t thread_port, task_t task_port, int exception, int code, int subcode) argument
1640 mach_port_deallocate (mach_task_self (), task_port); local
[all...]

Completed in 96 milliseconds