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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.h46 mach_port_t exc_port; /* Our replacement, which for. */ member in struct:proc
H A Dgnu-nat.c417 mach_port_t exc_port; local
437 proc_steal_exc_port(struct proc *proc, mach_port_t exc_port) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.cpp101 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, argument
61 catch_mach_exception_raise_state( mach_port_t exc_port, exception_type_t exc_type, const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int *flavor, const 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
79 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

Completed in 85 milliseconds