Home
last modified time | relevance | path

Searched defs:exc_data (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp59 const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, 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()
95 mach_exception_data_t exc_data, in catch_mach_exception_raise()
H A DMachException.h46 std::vector<mach_exception_data_type_t> exc_data; member
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1654 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
1988 std::vector<addr_t> exc_data; SetThreadStopInfo() local
2147 std::vector<addr_t> exc_data; SetThreadStopInfo() local
[all...]