Searched refs:eStopReasonBreakpoint (Results 1 – 25 of 60) sorted by relevance
123
/external/lldb/test/python_api/thread/ |
D | TestThreadAPI.py | 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/lang/c/struct_types/ |
D | TestStructTypes.py | 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint) 76 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/value/change_values/ |
D | TestChangeValueAPI.py | 71 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/python_api/function_symbol/ |
D | TestSymbolAPI.py | 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint) 76 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
D | TestDisasmAPI.py | 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint) 82 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/lang/c/stepping/ |
D | TestStepAndBreakpoints.py | 120 …self.assertTrue (thread.GetStopReason() == lldb.eStopReasonBreakpoint, "We still say we stopped fo… 139 …self.assertTrue (thread.GetStopReason() == lldb.eStopReasonBreakpoint, "We still say we stopped fo… 229 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonBreakpoint);
|
/external/lldb/test/python_api/watchpoint/watchlocation/ |
D | TestTargetWatchAddress.py | 78 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint) 137 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
D | TestSetWatchlocation.py | 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/process/ |
D | TestProcessAPI.py | 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/functionalities/expr-doesnt-deadlock/ |
D | TestExprDoesntBlock.py | 60 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/lldbutil/frame/ |
D | TestFrameUtils.py | 45 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/objc_type/ |
D | TestObjCType.py | 56 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/lldbutil/iter/ |
D | TestRegistersIterator.py | 46 if thread.GetStopReason() == lldb.eStopReasonBreakpoint:
|
/external/lldb/test/lang/objc/print-obj/ |
D | TestPrintObj.py | 65 this_thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/target/ |
D | TestTargetAPI.py | 264 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint) 276 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 118 case eStopReasonBreakpoint: in ShouldStop()
|
D | ThreadPlanCallFunction.cpp | 388 if (stop_reason == eStopReasonBreakpoint && BreakpointsExplainStop()) in DoPlanExplainsStop() 396 if (stop_reason == eStopReasonBreakpoint) in DoPlanExplainsStop()
|
/external/lldb/test/python_api/watchpoint/ |
D | TestSetWatchpoint.py | 60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
D | TestWatchpointIgnoreCount.py | 60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
D | TestWatchpointIter.py | 60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/functionalities/exec/ |
D | TestExec.py | 78 self.assertTrue (stop_reason == lldb.eStopReasonBreakpoint,
|
/external/lldb/test/python_api/watchpoint/condition/ |
D | TestWatchpointConditionAPI.py | 65 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/python_api/symbol-context/ |
D | TestSymbolContext.py | 57 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/ |
D | TestBreakpointIgnoreCount.py | 136 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
/external/lldb/test/lang/cpp/stl/ |
D | TestSTL.py | 114 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
|
123