Home
last modified time | relevance | path

Searched refs:get_stopped_thread (Results 1 – 25 of 64) sorted by relevance

123

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/
DTestBreakpointHitCount.py37 from lldbsuite.test.lldbutil import get_stopped_thread
38 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
88 from lldbsuite.test.lldbutil import get_stopped_thread
89 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
106 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
124 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/python_api/thread/
DTestThreadAPI.py12 from lldbsuite.test.lldbutil import get_stopped_thread, get_caller_symbol
95 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
122 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
156 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
208 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
254 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/python_api/watchpoint/
DTestSetWatchpoint.py54 thread = lldbutil.get_stopped_thread(
79 thread = lldbutil.get_stopped_thread(
91 thread = lldbutil.get_stopped_thread(
DTestWatchpointIter.py57 thread = lldbutil.get_stopped_thread(
90 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py167 from lldbsuite.test.lldbutil import get_stopped_thread
168 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
213 from lldbsuite.test.lldbutil import get_stopped_thread
214 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
DTestMembersAndLocalsWithSameName.py51 thread = lldbutil.get_stopped_thread(
73 thread = lldbutil.get_stopped_thread(
95 thread = lldbutil.get_stopped_thread(
153 thread = lldbutil.get_stopped_thread(
177 thread = lldbutil.get_stopped_thread(
205 thread = lldbutil.get_stopped_thread(
247 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/thread/state/
DTestThreadStates.py87 thread = lldbutil.get_stopped_thread(
129 thread = lldbutil.get_stopped_thread(
171 thread = lldbutil.get_stopped_thread(
211 thread = lldbutil.get_stopped_thread(
256 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/commands/expression/no-deadlock/
DTestExprDoesntBlock.py47 from lldbsuite.test.lldbutil import get_stopped_thread
48 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py54 thread = lldbutil.get_stopped_thread(
86 thread = lldbutil.get_stopped_thread(
129 thread = lldbutil.get_stopped_thread(
DTestSetWatchlocation.py55 thread = lldbutil.get_stopped_thread(
86 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/python_api/signals/
DTestSignalsAPI.py11 from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
39 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/python_api/value/change_values/
DTestChangeValueAPI.py64 thread = lldbutil.get_stopped_thread(
141 thread = lldbutil.get_stopped_thread(
177 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/signal/raise/
DTestRaise.py43 thread = lldbutil.get_stopped_thread(
90 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)
144 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)
/external/llvm-project/lldb/test/API/python_api/frame/
DTestFrames.py51 thread = lldbutil.get_stopped_thread(
147 thread = lldbutil.get_stopped_thread(
189 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/python_api/watchpoint/condition/
DTestWatchpointConditionAPI.py59 thread = lldbutil.get_stopped_thread(
89 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/python_api/function_symbol/
DTestSymbolAPI.py57 thread = lldbutil.get_stopped_thread(
74 thread = lldbutil.get_stopped_thread(
DTestDisasmAPI.py57 thread = lldbutil.get_stopped_thread(
80 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/
DTestBreakpointIgnoreCount.py134 from lldbsuite.test.lldbutil import get_stopped_thread
135 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/lang/cpp/nsimport/
DTestCppNsImport.py53 thread = lldbutil.get_stopped_thread(
126 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py11 from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
43 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
142 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
202 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/llvm-project/lldb/test/API/lang/cpp/class_types/
DTestClassTypes.py100 thread = lldbutil.get_stopped_thread(
216 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/lang/objc/ptr_refs/
DTestPtrRefsObjC.py37 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/ptr_refs/
DTestPtrRefs.py38 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py148 while lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint):
150 thread = lldbutil.get_stopped_thread(
/external/llvm-project/lldb/test/API/functionalities/signal/handle-segv/
DTestHandleSegv.py34 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)

123