Home
last modified time | relevance | path

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

12

/external/lldb/source/Target/
DThreadPlanStepInRange.cpp278 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()
DStackFrame.cpp205 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()
DThreadPlanStepThrough.cpp49 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough()
102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC()
DThreadPlanShouldStopHere.cpp57 lldb::addr_t current_addr = m_owner->GetThread().GetRegisterContext()->GetPC(0); in InvokeShouldStopHereCallback()
DThread.cpp200 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()
DThreadPlanCallFunction.cpp524 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/
DICUServiceThreadTest.java310 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/
DSBFrame.i167 GetThread () const;
316 __swig_getmethods__["thread"] = GetThread
317 …if _newclass: thread = property(GetThread, None, doc='''A read only property that returns an lldb …
DSBValue.i330 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/
DThreadPlan.h287 GetThread() in GetThread() function
293 GetThread() const in GetThread() function
DUnwind.h89 GetThread() in GetThread() function
DStopInfo.h50 GetThread() const in GetThread() function
DStackFrame.h71 GetThread () const in GetThread() function
DRegisterContext.h118 GetThread () in GetThread() function
/external/lldb/test/functionalities/conditional_break/
Dconditional_break.py6 thread = frame.GetThread()
/external/lldb/test/python_api/default-constructor/
Dsb_frame.py27 obj.GetThread()
Dsb_value.py65 obj.GetThread()
/external/lldb/tools/lldb-perf/lib/
DTestCase.h172 GetThread () in GetThread() function
DXcode.cpp86 SBThread thread_dup = frame.GetThread(); in FetchFrames()
/external/lldb/include/lldb/API/
DSBFrame.h130 GetThread () const;
DSBValue.h332 GetThread();
/external/lldb/include/lldb/Expression/
DMaterializer.h70 m_thread_wp = frame_sp->GetThread(); in Dematerializer()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop()
/external/lldb/examples/python/
Djump.py18 target = frame.GetThread().GetProcess().GetTarget()
/external/lldb/test/python_api/lldbutil/iter/
DTestLLDBIterator.py124 self.assertTrue(frame.GetThread().GetThreadID() == ID)

12