/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadSpec.cpp | 27 llvm::StringRef queue_name; in CreateFromStructuredData() local 46 queue_name); in CreateFromStructuredData() 48 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData() 103 const char *queue_name = thread.GetQueueName(); in QueueNameMatches() local 104 return QueueNameMatches(queue_name); in QueueNameMatches() 150 const char *queue_name = GetQueueName(); in GetDescription() local 151 if (queue_name) in GetDescription() 152 s->Printf("queue name: \"%s\" ", queue_name); in GetDescription()
|
H A D | Queue.cpp | 19 const char *queue_name) in Queue() argument 24 if (queue_name) in Queue() 25 m_queue_name = queue_name; in Queue()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | ThreadSpec.h | 51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName() argument 52 m_queue_name = std::string(queue_name); in SetQueueName() 92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches() argument 95 else if (queue_name == nullptr) in QueueNameMatches() 98 return m_queue_name == queue_name; in QueueNameMatches()
|
H A D | QueueItem.h | 126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel() argument 130 void SetTargetQueueLabel(std::string queue_name) { in SetTargetQueueLabel() argument 131 m_target_queue_label = queue_name; in SetTargetQueueLabel()
|
H A D | Queue.h | 35 const char *queue_name);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 97 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName() local 98 if (!queue_name) in GetQueueName() 100 return ConstString(queue_name->c_str()).AsCString(); in GetQueueName()
|
H A D | ScriptedProcess.cpp | 504 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded() local 506 m_process->shared_from_this(), thread_sp->GetQueueID(), queue_name); in UpdateQueueListIfNeeded()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() argument 377 LLDB_INSTRUMENT_VA(this, queue_name); in SetQueueName() 383 loc_sp->SetQueueName(queue_name); in SetQueueName()
|
H A D | SBBreakpointName.cpp | 431 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() argument 432 LLDB_INSTRUMENT_VA(this, queue_name); in SetQueueName() 441 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
H A D | SBBreakpoint.cpp | 428 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName() argument 429 LLDB_INSTRUMENT_VA(this, queue_name); in SetQueueName() 435 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 168 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() argument 169 if (queue_name != nullptr) in SetQueueName() 170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName() 175 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
H A D | Breakpoint.cpp | 392 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName() argument 394 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName() 397 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBBreakpointLocation.i | 124 SetQueueName (const char *queue_name);
|
H A D | SBBreakpointName.i | 81 void SetQueueName(const char *queue_name);
|
H A D | SBBreakpoint.i | 175 SetQueueName (const char *queue_name);
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBBreakpointLocation.h | 81 void SetQueueName(const char *queue_name);
|
H A D | SBBreakpointName.h | 80 void SetQueueName(const char *queue_name);
|
H A D | SBBreakpoint.h | 91 void SetQueueName(const char *queue_name);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.cpp | 77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo() argument 81 m_dispatch_queue_name = queue_name; in SetQueueInfo()
|
H A D | ThreadGDBRemote.h | 82 void SetQueueInfo(std::string &&queue_name, lldb::QueueKind queue_kind,
|
H A D | ProcessGDBRemote.cpp | 1614 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo() argument 1673 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, in SetThreadStopInfo() 1926 std::string queue_name; in SetThreadStopInfo() local 1937 &queue_name, &queue_kind, &queue_serial_number]( in SetThreadStopInfo() 1961 queue_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2045 queue_name, queue_kind, queue_serial_number); in SetThreadStopInfo() 2084 std::string queue_name; in SetThreadStopInfo() local 2147 name_extractor.GetHexByteString(queue_name); in SetThreadStopInfo() 2259 associated_with_dispatch_queue, dispatch_queue_t, queue_name, in SetThreadStopInfo()
|
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 157 void SetQueueName(const char *queue_name);
|
H A D | Breakpoint.h | 372 void SetQueueName(const char *queue_name);
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBRemote.h | 352 std::string &queue_name, uint64_t &queue_width,
|
H A D | RNBRemote.cpp | 2610 std::string &queue_name, uint64_t &queue_width, in GetThreadQueueInfo() argument 2612 queue_name.clear(); in GetThreadQueueInfo() 2632 queue_name = DNBProcessMemoryReadCString(pid, label_addr); in GetThreadQueueInfo() 2636 queue_name = DNBProcessMemoryReadCStringFixed( in GetThreadQueueInfo() 5500 std::string queue_name; in GetJSONThreadsInfo() local 5506 queue_name, queue_width, queue_serialnum); in GetJSONThreadsInfo() 5507 if (dispatch_queue_t == 0 && queue_name.empty() && in GetJSONThreadsInfo() 5519 if (!queue_name.empty()) in GetJSONThreadsInfo() 5520 thread_dict_sp->AddStringItem("qname", queue_name); in GetJSONThreadsInfo()
|