/external/lldb/test/functionalities/thread/step_out/ |
D | TestThreadStepOut.py | 76 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/ |
D | SBThread.i | 112 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/ |
D | vim_ui.py | 74 return (thread.GetIndexID(), path, le.GetLine(), le.GetColumn()) 102 is_selected = thread.GetIndexID() == process.GetSelectedThread().GetIndexID()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_thread.py | 14 obj.GetIndexID()
|
/external/lldb/source/Target/ |
D | ThreadSpec.cpp | 74 uint32_t index = thread.GetIndexID(); in IndexMatches()
|
D | ThreadPlan.cpp | 165 m_thread.GetIndexID(), in WillResume()
|
D | ThreadList.cpp | 237 if (m_threads[idx]->GetIndexID() == index_id) in FindThreadByIndexID() 423 (*pos)->GetIndexID(), in ShouldReportRun()
|
D | Thread.cpp | 984 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()
|
D | Process.cpp | 4140 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()
|
D | StopInfo.cpp | 869 thread_sp->GetIndexID(), in DoShouldNotify()
|
D | Target.cpp | 2146 …lt.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
/external/lldb/include/lldb/API/ |
D | SBThread.h | 89 GetIndexID () const;
|
/external/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 719 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/ |
D | diagnose_unwind.py | 164 print 'Unwind diagnostics for thread %d' % thread.GetIndexID()
|
/external/lldb/source/API/ |
D | SBThread.cpp | 446 SBThread::GetIndexID () const in GetIndexID() function in SBThread 450 return thread_sp->GetIndexID(); in GetIndexID()
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 854 GetIndexID () const;
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | TestConcurrentEvents.py | 353 id = x.GetIndexID()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 1510 … 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/ |
D | Debugger.cpp | 1948 … s.Printf(token_format.c_str(), (uint64_t)thread->GetIndexID()); in FormatPromptRecurse()
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3791 lldb.SBThread.GetIndexID lldb.SBThread-class.html#GetIndexID
|