HomeSort by relevance Sort by last modified time
    Searched refs:GetQueueName (Results 1 - 25 of 27) sorted by null

1 2

  /external/lldb/source/Target/
ThreadSpec.cpp 52 ThreadSpec::GetQueueName () const
92 const char *queue_name = thread.GetQueueName();
152 const char *queue_name = GetQueueName();
  /external/lldb/test/python_api/default-constructor/
sb_breakpointlocation.py 22 obj.GetQueueName()
sb_breakpoint.py 29 obj.GetQueueName()
sb_thread.py 16 obj.GetQueueName()
  /external/lldb/scripts/Python/interface/
SBBreakpointLocation.i 95 GetQueueName () const;
SBThread.i 118 GetQueueName() const;
262 __swig_getmethods__["queue"] = GetQueueName
263 if _newclass: queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue name of this thread as a string.''')
SBBreakpoint.i 178 GetQueueName () const;
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 64 GetQueueName ()
69 m_backing_thread_sp->GetQueueName();
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 83 GetQueueName () const;
SBBreakpoint.h 116 GetQueueName () const;
SBThread.h 95 GetQueueName() const;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.h 36 GetQueueName ();
ThreadKDP.cpp 64 ThreadKDP::GetQueueName ()
  /external/lldb/include/lldb/Target/
ThreadSpec.h 82 GetQueueName () const;
Thread.h 343 GetQueueName ()
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.h 39 GetQueueName ();
ThreadGDBRemote.cpp 67 ThreadGDBRemote::GetQueueName ()
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocation.h 214 GetQueueName () const;
Breakpoint.h 404 GetQueueName () const;
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 265 if (m_options.GetThreadSpec()->GetQueueName() != NULL
266 && ::strcmp (m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0)
274 Breakpoint::GetQueueName () const
279 return m_options.GetThreadSpecNoCreate()->GetQueueName();
BreakpointLocation.cpp 194 BreakpointLocation::GetQueueName () const
197 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetQueueName();
  /external/lldb/source/API/
SBBreakpointLocation.cpp 239 SBBreakpointLocation::GetQueueName () const
244 m_opaque_sp->GetQueueName ();
SBBreakpoint.cpp 462 SBBreakpoint::GetQueueName () const
470 name = thread_spec->GetQueueName();
474 log->Printf ("SBBreakpoint(%p)::GetQueueName () => %s", m_opaque_sp.get(), name);
SBThread.cpp 483 SBThread::GetQueueName () const
495 name = exe_ctx.GetThreadPtr()->GetQueueName();
500 log->Printf ("SBThread(%p)::GetQueueName() => error: process is running", exe_ctx.GetThreadPtr());
505 log->Printf ("SBThread(%p)::GetQueueName () => %s", exe_ctx.GetThreadPtr(), name ? name : "NULL");
    [all...]
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 81 printf("%s %d %d {%d}\n",thread.GetQueueName(),tCount,thread.GetStopReason(),eStopReasonBreakpoint);

Completed in 613 milliseconds

1 2