Home
last modified time | relevance | path

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

12

/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()
/llvm-project/lldb/test/API/macosx/queues/
H A DTestQueues.py122 t.GetQueueName(),
125 % (queue.GetName(), queue.GetName(), idx, t.GetQueueName()),
139 queue_breakpoint.GetQueueName(),
142 % (queue_breakpoint.GetQueueName(), queue1.GetName()),
148 % (queue_breakpoint.GetQueueName()),
163 queue_breakpoint.GetQueueName(),
/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
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointlocation.py22 obj.GetQueueName()
H A Dsb_breakpoint.py30 obj.GetQueueName()
H A Dsb_thread.py16 obj.GetQueueName()
H A Dsb_breakpointname.py28 obj.GetQueueName()
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h29 const char *GetQueueName() override;
H A DThreadKDP.cpp58 const char *ThreadKDP::GetQueueName() { return nullptr; } in GetQueueName() function in ThreadKDP
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h53 const char *GetQueueName() override;
/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i97 ) lldb::SBThread::GetQueueName;
H A DSBThreadExtensions.i70 queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue name of this thread as a string.''')
/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h78 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;
/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h61 const char *GetQueueName() const;
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h40 const char *GetQueueName() override;
/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()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h161 const char *GetQueueName() const;
/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp384 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
385 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
392 const char *Breakpoint::GetQueueName() const { in GetQueueName()
396 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
391 const char *Breakpoint::GetQueueName() const { GetQueueName() function in Breakpoint
H A DBreakpointLocation.cpp172 const char *BreakpointLocation::GetQueueName() const { in GetQueueName() function in BreakpointLocation
177 return thread_spec->GetQueueName(); in GetQueueName()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
H A DTestBreakpointLocations.py123 bkpt_loc.GetQueueName(), value, "Successfully set/get bp location QueueName"

12