Home
last modified time | relevance | path

Searched defs:queue_name (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp27 llvm::StringRef queue_name; in CreateFromStructuredData() local
103 const char *queue_name = thread.GetQueueName(); in QueueNameMatches() local
150 const char *queue_name = GetQueueName(); in GetDescription() local
H A DQueue.cpp19 const char *queue_name) in Queue()
/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName()
92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches()
H A DQueueItem.h126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel()
130 void SetTargetQueueLabel(std::string queue_name) { in SetTargetQueueLabel()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName() local
H A DScriptedProcess.cpp520 if (const char *queue_name = thread_sp->GetQueueName()) { UpdateQueueListIfNeeded() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
H A DProcessGDBRemote.cpp1658 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
1994 std::string queue_name; SetThreadStopInfo() local
2153 std::string queue_name; SetThreadStopInfo() local
[all...]
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp160 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() argument
H A DBreakpoint.cpp382 SetQueueName(const char * queue_name) SetQueueName() argument
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() argument
H A DSBBreakpointName.cpp432 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() argument
H A DSBBreakpoint.cpp426 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName() argument
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp794 const char *queue_name = thread.GetQueueName(); CreateThread() local
H A Dlldb-dap.cpp3108 const char *queue_name = queue_backtrace_thread.GetQueueName(); request_stackTrace() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2622 GetThreadQueueInfo(nub_process_t pid,nub_addr_t dispatch_qaddr,nub_addr_t & dispatch_queue_t,std::string & queue_name,uint64_t & queue_width,uint64_t & queue_serialnum) const GetThreadQueueInfo() argument
5543 std::string queue_name; GetJSONThreadsInfo() local
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6555 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local