| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 87 const char *ThreadSpec::GetQueueName() const { in GetQueueName() function in ThreadSpec 118 const char *queue_name = thread.GetQueueName(); in QueueNameMatches() 165 const char *queue_name = GetQueueName(); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | ThreadMemory.h | 49 const char *GetQueueName() override { in GetQueueName() function 53 m_backing_thread_sp->GetQueueName(); in GetQueueName()
|
| H A D | HistoryThread.h | 62 const char *GetQueueName() override { return m_queue_name.c_str(); } in GetQueueName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 77 const char *GetQueueName() const;
|
| H A D | SBBreakpointName.h | 81 const char *GetQueueName() const;
|
| H A D | SBBreakpoint.h | 90 const char *GetQueueName() const;
|
| H A D | SBThread.h | 88 const char *GetQueueName() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 64 const char *GetQueueName() const;
|
| H A D | Thread.h | 348 virtual const char *GetQueueName() { return nullptr; } in GetQueueName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 313 const char *SBBreakpointLocation::GetQueueName() const { in GetQueueName() function in SBBreakpointLocation 318 loc_sp->GetQueueName(); in GetQueueName()
|
| H A D | SBQueueItem.cpp | 119 const char *queue_name = thread_sp->GetQueueName(); in GetExtendedBacktraceThread()
|
| H A D | SBBreakpointName.cpp | 450 const char *SBBreakpointName::GetQueueName() const { in GetQueueName() function in SBBreakpointName 461 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
|
| H A D | SBBreakpoint.cpp | 395 const char *SBBreakpoint::GetQueueName() const { in GetQueueName() function in SBBreakpoint 404 name = thread_spec->GetQueueName(); in GetQueueName()
|
| H A D | SBThread.cpp | 497 const char *SBThread::GetQueueName() const { in GetQueueName() function in SBThread 506 name = exe_ctx.GetThreadPtr()->GetQueueName(); in GetQueueName() 1450 const char *queue_name = new_thread_sp->GetQueueName(); in GetExtendedBacktraceThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 38 const char *GetQueueName() override;
|
| H A D | ThreadGDBRemote.cpp | 81 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() function in ThreadGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 189 const char *GetQueueName() const;
|
| H A D | Breakpoint.h | 443 const char *GetQueueName() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 401 if (m_options_up->GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName() 402 ::strcmp(m_options_up->GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName() 409 const char *Breakpoint::GetQueueName() const { in GetQueueName() function in Breakpoint 413 return m_options_up->GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
|
| H A D | BreakpointLocation.cpp | 183 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation 188 return thread_spec->GetQueueName(); in GetQueueName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1276 const char *cstr = thread->GetQueueName(); in Format()
|
| H A D | IOHandler.cpp | 3607 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction()
|