/external/lldb/source/Target/ |
D | ThreadPlanStepInRange.cpp | 278 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get(); in FrameMatchesAvoidRegexp() 282 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidRegexp() 324 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultShouldStopHereCallback() 383 return current_plan->GetThread().QueueThreadPlanForStepOut (false, in DefaultShouldStopHereCallback()
|
D | StackFrame.cpp | 205 ThreadSP thread_sp = GetThread(); in GetFrameIndex() 228 ThreadSP thread_sp (GetThread()); in GetFrameCodeAddress() 255 ThreadSP thread_sp (GetThread()); in ChangePC() 1156 ThreadSP thread_sp (GetThread()); in GetRegisterContext() 1238 ThreadSP thread_sp(GetThread()); in CalculateTarget() 1252 ThreadSP thread_sp(GetThread()); in CalculateProcess() 1261 return GetThread(); in CalculateThread() 1341 assert (GetThread() == curr_frame.GetThread()); in UpdatePreviousFrameFromCurrentFrame()
|
D | ThreadPlanStepThrough.cpp | 49 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough() 102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC()
|
D | ThreadPlanShouldStopHere.cpp | 57 lldb::addr_t current_addr = m_owner->GetThread().GetRegisterContext()->GetPC(0); in InvokeShouldStopHereCallback()
|
D | Thread.cpp | 200 thread_sp = event_data->GetThread(); in GetThreadFromEvent() 221 ThreadSP thread_sp = event_data->GetThread(); in GetStackFrameFromEvent() 1035 thread_plan_sp->GetThread().GetID()); in PushPlan() 1052 …rintf("Popping plan: \"%s\", tid = 0x%4.4" PRIx64 ".", plan->GetName(), plan->GetThread().GetID()); in PopPlan() 1068 …tf("Discarding plan: \"%s\", tid = 0x%4.4" PRIx64 ".", plan->GetName(), plan->GetThread().GetID()); in DiscardPlan() 1667 Thread *thread = frame_sp->GetThread().get(); in ReturnFromFrame()
|
D | ThreadPlanCallFunction.cpp | 524 GetThread().SetStopInfoToNothing(); in DidPush() 612 return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 310 static class GetThread extends TestThread { class in ICUServiceThreadTest 313 GetThread(String name, ICUService service, long delay, TestLog log) { in GetThread() method in ICUServiceThreadTest.GetThread 382 new GetThread("[" + Integer.toString(i) + "]", stableService(), 0, this).start(); in Test00_ConcurrentGet() 443 new GetThread("", service, 0, this).start(); in Test04_WitheringService() 463 new GetThread("[" + Integer.toString(i) + "]", service, 0, this).start(); in Test05_ConcurrentEverything()
|
/external/lldb/scripts/Python/interface/ |
D | SBFrame.i | 167 GetThread () const; 316 __swig_getmethods__["thread"] = GetThread 317 …if _newclass: thread = property(GetThread, None, doc='''A read only property that returns an lldb …
|
D | SBValue.i | 330 GetThread(); 478 __swig_getmethods__["thread"] = GetThread 479 …if _newclass: thread = property(GetThread, None, doc='''A read only property that returns the lldb…
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 287 GetThread() in GetThread() function 293 GetThread() const in GetThread() function
|
D | Unwind.h | 89 GetThread() in GetThread() function
|
D | StopInfo.h | 50 GetThread() const in GetThread() function
|
D | StackFrame.h | 71 GetThread () const in GetThread() function
|
D | RegisterContext.h | 118 GetThread () in GetThread() function
|
/external/lldb/test/functionalities/conditional_break/ |
D | conditional_break.py | 6 thread = frame.GetThread()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_frame.py | 27 obj.GetThread()
|
D | sb_value.py | 65 obj.GetThread()
|
/external/lldb/tools/lldb-perf/lib/ |
D | TestCase.h | 172 GetThread () in GetThread() function
|
D | Xcode.cpp | 86 SBThread thread_dup = frame.GetThread(); in FetchFrames()
|
/external/lldb/include/lldb/API/ |
D | SBFrame.h | 130 GetThread () const;
|
D | SBValue.h | 332 GetThread();
|
/external/lldb/include/lldb/Expression/ |
D | Materializer.h | 70 m_thread_wp = frame_sp->GetThread(); in Dematerializer()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop()
|
/external/lldb/examples/python/ |
D | jump.py | 18 target = frame.GetThread().GetProcess().GetTarget()
|
/external/lldb/test/python_api/lldbutil/iter/ |
D | TestLLDBIterator.py | 124 self.assertTrue(frame.GetThread().GetThreadID() == ID)
|