Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/
H A DTestBreakpointHitCount.py32 from lldbsuite.test.lldbutil import get_stopped_thread
33 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
80 from lldbsuite.test.lldbutil import get_stopped_thread
81 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
98 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
116 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/python_api/thread/
H A DTestThreadAPI.py12 from lldbsuite.test.lldbutil import get_stopped_thread, get_caller_symbol
87 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
113 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
147 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
199 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
245 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py49 thread = lldbutil.get_stopped_thread(
71 thread = lldbutil.get_stopped_thread(
93 thread = lldbutil.get_stopped_thread(
151 thread = lldbutil.get_stopped_thread(
175 thread = lldbutil.get_stopped_thread(
203 thread = lldbutil.get_stopped_thread(
245 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py161 from lldbsuite.test.lldbutil import get_stopped_thread
162 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
207 from lldbsuite.test.lldbutil import get_stopped_thread
208 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestSetWatchpoint.py51 thread = lldbutil.get_stopped_thread(
76 thread = lldbutil.get_stopped_thread(
88 thread = lldbutil.get_stopped_thread(
H A DTestWatchpointIter.py54 thread = lldbutil.get_stopped_thread(
87 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py85 thread = lldbutil.get_stopped_thread(
127 thread = lldbutil.get_stopped_thread(
169 thread = lldbutil.get_stopped_thread(
209 thread = lldbutil.get_stopped_thread(
254 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/commands/expression/no-deadlock/
H A DTestExprDoesntBlock.py40 from lldbsuite.test.lldbutil import get_stopped_thread
41 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py51 thread = lldbutil.get_stopped_thread(
83 thread = lldbutil.get_stopped_thread(
125 thread = lldbutil.get_stopped_thread(
H A DTestSetWatchlocation.py53 thread = lldbutil.get_stopped_thread(
84 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/python_api/signals/
H A DTestSignalsAPI.py11 from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
37 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py61 thread = lldbutil.get_stopped_thread(
138 thread = lldbutil.get_stopped_thread(
171 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/python_api/frame/
H A DTestFrames.py48 thread = lldbutil.get_stopped_thread(
144 thread = lldbutil.get_stopped_thread(
185 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/raise/
H A DTestRaise.py45 thread = lldbutil.get_stopped_thread(
84 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)
137 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py57 thread = lldbutil.get_stopped_thread(
87 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py54 thread = lldbutil.get_stopped_thread(
71 thread = lldbutil.get_stopped_thread(
H A DTestDisasmAPI.py54 thread = lldbutil.get_stopped_thread(
77 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py51 thread = lldbutil.get_stopped_thread(
124 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestComprehensive.lua36 local thread = get_stopped_thread(self.process, lldb.eStopReasonBreakpoint)
51 thread = get_stopped_thread(self.process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py11 from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
39 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
136 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
194 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py134 from lldbsuite.test.lldbutil import get_stopped_thread
135 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypes.py97 thread = lldbutil.get_stopped_thread(
212 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/lang/objc/ptr_refs/
H A DTestPtrRefsObjC.py35 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/test/API/functionalities/ptr_refs/
H A DTestPtrRefs.py36 thread = lldbutil.get_stopped_thread(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py151 while lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint):
153 thread = lldbutil.get_stopped_thread(

123