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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h48 task_t task_port; member in struct:lldb_private::process_darwin::MachException::Data
116 task_t task_port; // Set to TASK_NULL for any TASK member in struct:lldb_private::process_darwin::MachException::Action
H A DMachException.cpp79 catch_mach_exception_raise_state_identity( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
101 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c741 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 185 milliseconds