Searched refs:get_stopped_thread (Results 1 - 25 of 29) sorted by relevance

12

/external/lldb/test/functionalities/expr-doesnt-deadlock/
H A DTestExprDoesntBlock.py59 from lldbutil import get_stopped_thread namespace
60 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/watchpoint/
H A DTestSetWatchpoint.py60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
83 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
93 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
H A DTestWatchpointIter.py60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
91 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
H A DTestWatchpointIgnoreCount.py60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/lang/c/struct_types/
H A DTestStructTypes.py63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
76 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py78 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
106 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
137 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
H A DTestSetWatchlocation.py63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
91 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
/external/lldb/test/python_api/thread/
H A DTestThreadAPI.py8 from lldbutil import get_stopped_thread, get_caller_symbol namespace
135 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
157 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
183 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
219 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
260 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/function_symbol/
H A DTestSymbolAPI.py63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
76 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
H A DTestDisasmAPI.py63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
82 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py56 from lldbutil import get_stopped_thread namespace
57 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py65 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
93 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py180 from lldbutil import get_stopped_thread namespace
181 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py135 from lldbutil import get_stopped_thread namespace
136 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/lang/objc/print-obj/
H A DTestPrintObj.py65 this_thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/lldbutil/frame/
H A DTestFrameUtils.py45 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/objc_type/
H A DTestObjCType.py56 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py8 from lldbutil import get_stopped_thread, state_type_to_str namespace
92 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
174 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
225 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/value/change_values/
H A DTestChangeValueAPI.py71 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
131 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
156 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/lang/cpp/stl/
H A DTestSTL.py114 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/type/
H A DTestTypeList.py61 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/value/
H A DTestValueAPI.py60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/value/linked_list/
H A DTestValueAPILinkedList.py61 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/python_api/target/
H A DTestTargetAPI.py264 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
276 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
/external/lldb/test/functionalities/inferior-assert/
H A DTestInferiorAssert.py121 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonSignal)

Completed in 252 milliseconds

12