Searched defs:thread_dispatch_qaddr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.h | 76 void SetThreadDispatchQAddr(lldb::addr_t thread_dispatch_qaddr) { in SetThreadDispatchQAddr()
|
H A D | ProcessGDBRemote.cpp | 1634 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 1968 addr_t thread_dispatch_qaddr = LLDB_INVALID_ADDRESS; SetThreadStopInfo() local 2127 addr_t thread_dispatch_qaddr = LLDB_INVALID_ADDRESS; SetThreadStopInfo() local
|