Home
last modified time | relevance | path

Searched refs:GetQueueName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp72 const char *ThreadSpec::GetQueueName() const { in GetQueueName() function in ThreadSpec
103 const char *queue_name = thread.GetQueueName(); in QueueNameMatches()
150 const char *queue_name = GetQueueName(); in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h48 const char *GetQueueName() override { in GetQueueName() function
52 m_backing_thread_sp->GetQueueName(); in GetQueueName()
H A DHistoryThread.h58 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h53 const char *GetQueueName() override;
H A DScriptedThread.cpp99 const char *ScriptedThread::GetQueueName() { in GetQueueName() function in ScriptedThread
H A DScriptedProcess.cpp520 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded()
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i97 ) lldb::SBThread::GetQueueName;
H A DSBThreadExtensions.i56 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h82 const char *GetQueueName() const;
H A DSBBreakpointLocation.h94 const char *GetQueueName() const;
H A DSBBreakpoint.h98 const char *GetQueueName() const;
H A DSBThread.h94 const char *GetQueueName() const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h61 const char *GetQueueName() const;
H A DThread.h333 virtual const char *GetQueueName() { return nullptr; } in SetQueueName()
385 /// GetQueueLibdispatchQueueAddress, GetQueueKind, GetQueueName, and
331 virtual const char *GetQueueName() { return nullptr; } GetQueueName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h40 const char *GetQueueName() override;
H A DThreadGDBRemote.cpp88 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp387 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation
396 return ConstString(loc_sp->GetQueueName()).GetCString(); in GetQueueName()
H A DSBBreakpointName.cpp446 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName
456 return ConstString(bp_name->GetOptions().GetThreadSpec()->GetQueueName()) in GetQueueName()
H A DSBBreakpoint.cpp437 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint
448 return ConstString(thread_spec->GetQueueName()).GetCString(); in GetQueueName()
H A DSBThread.cpp410 const char *SBThread::GetQueueName() const { in GetQueueName() function in SBThread
421 return ConstString(exe_ctx.GetThreadPtr()->GetQueueName()).GetCString(); in GetQueueName()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h159 const char *GetQueueName() const;
H A DBreakpoint.h373 const char *GetQueueName() const;
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp383 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in GetThreadName()
384 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0)
391 const char *Breakpoint::GetQueueName() const { in SetQueueName()
395 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
394 const char *Breakpoint::GetQueueName() const { GetQueueName() function in Breakpoint
H A DBreakpointLocation.cpp172 const char *BreakpointLocation::GetQueueName() const { in SetQueueName()
177 return thread_spec->GetQueueName(); in SetQueueName()
180 const char *BreakpointLocation::GetQueueName() const { GetQueueName() function in BreakpointLocation
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1362 const char *cstr = thread->GetQueueName(); in Format()

12