Home
last modified time | relevance | path

Searched refs:GetIndexID (Results 1 – 20 of 20) sorted by relevance

/external/lldb/test/functionalities/thread/step_out/
DTestThreadStepOut.py76 self.runCmd("thread select %d" % self.step_out_thread.GetIndexID())
82 substrs = ["* thread #%d" % self.step_out_thread.GetIndexID()])
126 … self.runCmd("thread continue %s" % " ".join([str(x.GetIndexID()) for x in other_threads]))
/external/lldb/scripts/Python/interface/
DSBThread.i112 GetIndexID () const;
241 __swig_getmethods__["idx"] = GetIndexID
242 …if _newclass: idx = property(GetIndexID, None, doc='''A read only property that returns the thread…
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_ui.py74 return (thread.GetIndexID(), path, le.GetLine(), le.GetColumn())
102 is_selected = thread.GetIndexID() == process.GetSelectedThread().GetIndexID()
/external/lldb/test/python_api/default-constructor/
Dsb_thread.py14 obj.GetIndexID()
/external/lldb/source/Target/
DThreadSpec.cpp74 uint32_t index = thread.GetIndexID(); in IndexMatches()
DThreadPlan.cpp165 m_thread.GetIndexID(), in WillResume()
DThreadList.cpp237 if (m_threads[idx]->GetIndexID() == index_id) in FindThreadByIndexID()
423 (*pos)->GetIndexID(), in ShouldReportRun()
DThread.cpp984 GetIndexID(), in ShouldReportRun()
996 GetIndexID(), in ShouldReportRun()
1509 Thread::GetIndexID () const in GetIndexID() function in Thread
1520 …s->Printf ("Plan Stack for thread #%u: tid = 0x%4.4" PRIx64 ", stack_size = %d\n", GetIndexID(), G… in DumpThreadPlans()
DProcess.cpp4140 thread_index_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetIndexID(); in DoOnRemoval()
4167 if (thread_sp->GetIndexID() != thread_index_array[idx]) in DoOnRemoval()
4174 thread_sp->GetIndexID()); in DoOnRemoval()
4693 const uint32_t thread_idx_id = thread->GetIndexID(); in RunThreadPlan()
4717 selected_tid = selected_thread_sp->GetIndexID(); in RunThreadPlan()
4778 thread->GetIndexID(), in RunThreadPlan()
DStopInfo.cpp869 thread_sp->GetIndexID(), in DoShouldNotify()
DTarget.cpp2146 …lt.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
/external/lldb/include/lldb/API/
DSBThread.h89 GetIndexID () const;
/external/lldb/source/Commands/
DCommandObjectThread.cpp719 result.AppendMessageWithFormat ("%u, ", thread->GetIndexID()); in DoExecute()
721 result.AppendMessageWithFormat ("%u ", thread->GetIndexID()); in DoExecute()
1446 …rror returning from frame %d of thread %d: %s.", frame_idx, thread_sp->GetIndexID(), error.AsCStri… in DoExecute()
/external/lldb/examples/python/
Ddiagnose_unwind.py164 print 'Unwind diagnostics for thread %d' % thread.GetIndexID()
/external/lldb/source/API/
DSBThread.cpp446 SBThread::GetIndexID () const in GetIndexID() function in SBThread
450 return thread_sp->GetIndexID(); in GetIndexID()
/external/lldb/include/lldb/Target/
DThread.h854 GetIndexID () const;
/external/lldb/test/functionalities/thread/concurrent_events/
DTestConcurrentEvents.py353 id = x.GetIndexID()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp1510 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsg()
1536 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsgVerbose()
/external/lldb/source/Core/
DDebugger.cpp1948 … s.Printf(token_format.c_str(), (uint64_t)thread->GetIndexID()); in FormatPromptRecurse()
/external/lldb/www/python_reference/
Dapi-objects.txt3791 lldb.SBThread.GetIndexID lldb.SBThread-class.html#GetIndexID