| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 72 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | ThreadMemory.h | 48 const char *GetQueueName() override { in GetQueueName() function 52 m_backing_thread_sp->GetQueueName(); in GetQueueName()
|
| H A D | HistoryThread.h | 58 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBThread.i | 166 For example, with a libdispatch (aka Grand Central Dispatch) queue.") GetQueueName; 169 GetQueueName() const; 460 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
|
| H A D | SBBreakpointName.i | 83 const char *GetQueueName() const;
|
| H A D | SBBreakpointLocation.i | 127 GetQueueName () const;
|
| H A D | SBBreakpoint.i | 178 GetQueueName () const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ThreadKDP.h | 29 const char *GetQueueName() override;
|
| H A D | ThreadKDP.cpp | 58 const char *ThreadKDP::GetQueueName() { return nullptr; } in GetQueueName() function in ThreadKDP
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.h | 53 const char *GetQueueName() override;
|
| H A D | ScriptedThread.cpp | 95 const char *ScriptedThread::GetQueueName() { in GetQueueName() function in ScriptedThread
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 83 const char *GetQueueName() const;
|
| H A D | SBBreakpointName.h | 82 const char *GetQueueName() const;
|
| H A D | SBBreakpoint.h | 93 const char *GetQueueName() const;
|
| H A D | SBThread.h | 90 const char *GetQueueName() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 61 const char *GetQueueName() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 40 const char *GetQueueName() override;
|
| H A D | ThreadGDBRemote.cpp | 88 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 387 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation 394 return loc_sp->GetQueueName(); in GetQueueName()
|
| H A D | SBBreakpointName.cpp | 445 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName 455 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
|
| H A D | SBBreakpoint.cpp | 439 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint 450 name = thread_spec->GetQueueName(); in GetQueueName()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 159 const char *GetQueueName() const;
|
| H A D | Breakpoint.h | 374 const char *GetQueueName() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 393 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName() 394 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName() 401 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint 405 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
|
| H A D | BreakpointLocation.cpp | 180 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation 185 return thread_spec->GetQueueName(); in GetQueueName()
|