HomeSort by relevance Sort by last modified time
    Searched refs:eStopReasonBreakpoint (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/lldb/test/lang/c/struct_types/
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/function_symbol/
TestSymbolAPI.py 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
76 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
TestDisasmAPI.py 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
82 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/thread/
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/python_api/watchpoint/watchlocation/
TestTargetWatchAddress.py 78 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
137 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
TestSetWatchlocation.py 63 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/functionalities/expr-doesnt-deadlock/
TestExprDoesntBlock.py 60 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/lldbutil/frame/
TestFrameUtils.py 45 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/objc_type/
TestObjCType.py 56 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/value/change_values/
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/lang/c/stepping/
TestStepAndBreakpoints.py 120 self.assertTrue (thread.GetStopReason() == lldb.eStopReasonBreakpoint, "We still say we stopped for a breakpoint.")
139 self.assertTrue (thread.GetStopReason() == lldb.eStopReasonBreakpoint, "We still say we stopped for a breakpoint.")
229 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonBreakpoint);
  /external/lldb/source/Target/
ThreadPlanBase.cpp 118 case eStopReasonBreakpoint:
ThreadPlanStepThrough.cpp 271 if (stop_info_sp && stop_info_sp->GetStopReason() == eStopReasonBreakpoint)
  /external/lldb/test/functionalities/exec/
TestExec.py 78 self.assertTrue (stop_reason == lldb.eStopReasonBreakpoint,
79 "Thread in process stopped in 'main' should have a stop reason of eStopReasonBreakpoint");
  /external/lldb/test/lang/objc/print-obj/
TestPrintObj.py 65 this_thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/lldbutil/iter/
TestRegistersIterator.py 46 if thread.GetStopReason() == lldb.eStopReasonBreakpoint:
  /external/lldb/test/python_api/symbol-context/
TestSymbolContext.py 57 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/watchpoint/
TestSetWatchpoint.py 60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
TestWatchpointIgnoreCount.py 60 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/watchpoint/condition/
TestWatchpointConditionAPI.py 65 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/python_api/process/
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/breakpoint/breakpoint_conditions/
TestBreakpointConditions.py 181 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
TestBreakpointIgnoreCount.py 136 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /external/lldb/test/lang/cpp/class_static/
TestStaticVariables.py 95 if thread.GetStopReason() != lldb.eStopReasonBreakpoint:
  /external/lldb/test/lang/cpp/class_types/
TestClassTypes.py 138 if thread.GetStopReason() != lldb.eStopReasonBreakpoint:

Completed in 374 milliseconds

1 2 3