/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachException.cpp | 58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state() 75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity() 94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise() 492 const char *MachException::Name(exception_type_t exc_type) { in Name()
|
H A D | MachException.h | 45 exception_type_t exc_type; member
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.h | 32 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException()
|
H A D | StopInfoMachException.cpp | 525 Name(exception_type_t exc_type) Name() argument 596 CreateStopReasonWithMachException(Thread & thread,uint32_t exc_type,uint32_t exc_data_count,uint64_t exc_code,uint64_t exc_sub_code,uint64_t exc_sub_sub_code,bool pc_already_adjusted,bool adjust_pc_if_needed) CreateStopReasonWithMachException() argument
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.cpp | 149 const uint32_t exc_type = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
|
/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 279 auto exc_type = in CalculateStopInfo() local
|
/llvm-project/mlir/test/Examples/NVGPU/tools/ |
H A D | nvdsl.py | 187 def __exit__(self, exc_type, exc_value, traceback): argument
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 656 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1653 SetThreadStopInfo(lldb::tid_t tid,ExpeditedRegisterMap & expedited_register_map,uint8_t signo,const std::string & thread_name,const std::string & reason,const std::string & description,uint32_t exc_type,const std::vector<addr_t> & exc_data,addr_t thread_dispatch_qaddr,bool queue_vars_valid,LazyBool associated_with_dispatch_queue,addr_t dispatch_queue_t,std::string & queue_name,QueueKind queue_kind,uint64_t queue_serial) SetThreadStopInfo() argument 1987 uint32_t exc_type = 0; SetThreadStopInfo() local 2146 uint32_t exc_type = 0; SetThreadStopInfo() local [all...] |