Searched refs:exc_port (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state() argument 66 __FUNCTION__, exc_port, exc_type, in catch_mach_exception_raise_state() 74 mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, in catch_mach_exception_raise_state_identity() argument 83 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise_state_identity() 93 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, in catch_mach_exception_raise() argument 101 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.h | 112 bool SendRequestConnect(uint16_t reply_port, uint16_t exc_port,
|
D | CommunicationKDP.cpp | 336 uint16_t exc_port, in SendRequestConnect() argument 351 request_packet.PutHex16(htons(exc_port)); in SendRequestConnect() 897 const uint16_t exc_port = ntohs(packet.GetU16(&offset)); in DumpPacket() local 899 reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket()
|