Home
last modified time | relevance | path

Searched refs:eStopReasonWatchpoint (Results 1 – 23 of 23) sorted by relevance

/external/lldb/test/python_api/watchpoint/
DTestSetWatchpoint.py83 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
93 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
DTestWatchpointIter.py91 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
DTestWatchLocationWithWatchSet.py86 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/lldb/source/Target/
DThreadPlanBase.cpp119 case eStopReasonWatchpoint: in ShouldStop()
DThreadPlanStepOverRange.cpp321 case eStopReasonWatchpoint: in DoPlanExplainsStop()
DThreadPlanStepOut.cpp252 case eStopReasonWatchpoint: in DoPlanExplainsStop()
DThreadPlanStepUntil.cpp293 case eStopReasonWatchpoint: in AnalyzeStop()
DThreadPlanStepInRange.cpp433 case eStopReasonWatchpoint: in DoPlanExplainsStop()
DStackFrameList.cpp151 case eStopReasonWatchpoint: in ResetCurrentInlinedDepth()
DStopInfo.cpp575 return eStopReasonWatchpoint; in GetStopReason()
DThread.cpp1802 case eStopReasonWatchpoint: return "watchpoint"; in StopReasonAsCString()
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
DTestWatchLocation.py97 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/lldb/test/python_api/watchpoint/watchlocation/
DTestSetWatchlocation.py91 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
DTestTargetWatchAddress.py106 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
/external/lldb/test/python_api/watchpoint/condition/
DTestWatchpointConditionAPI.py93 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
/external/lldb/source/API/
DSBThread.cpp170 case eStopReasonWatchpoint: in GetStopReasonDataCount()
244 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
318 case eStopReasonWatchpoint: in GetStopDescription()
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp225 case eStopReasonWatchpoint: in Loop()
/external/lldb/test/
Dlldbutil.py176 elif enum == lldb.eStopReasonWatchpoint:
288 (lldb.eStopReasonWatchpoint, watchpoint_threads),
/external/lldb/include/lldb/
Dlldb-enumerations.h176 eStopReasonWatchpoint, enumerator
/external/lldb/examples/python/
Dperformance.py217 elif stop_reason == lldb.eStopReasonWatchpoint:
/external/lldb/test/functionalities/thread/concurrent_events/
DTestConcurrentEvents.py361 elif reason == lldb.eStopReasonWatchpoint:
/external/lldb/tools/driver/
DDriver.cpp839 case eStopReasonWatchpoint: in UpdateSelectedThread()
/external/lldb/www/python_reference/
Dapi-objects.txt451 _lldb'.eStopReasonWatchpoint _lldb%27-module.html#eStopReasonWatchpoint
1707 lldb.eStopReasonWatchpoint lldb-module.html#eStopReasonWatchpoint