Home
last modified time | relevance | path

Searched defs:exc_port (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp58 mach_port_t exc_port, exception_type_t 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()
93 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, in catch_mach_exception_raise()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp336 uint16_t exc_port, in SendRequestConnect()
897 const uint16_t exc_port = ntohs(packet.GetU16(&offset)); in DumpPacket() local