| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
| H A D | TestStepOverWatchpoint.py | 59 self.assertEquals(thread.GetStopReason(), lldb.eStopReasonWatchpoint, 86 self.assertEquals(thread.GetStopReason(), lldb.eStopReasonWatchpoint, 103 if stop_reason == lldb.eStopReasonWatchpoint:
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_count/ |
| H A D | TestWatchpointCount.py | 36 self.assertEqual(stop_reason, lldb.eStopReasonWatchpoint, "watchpoint for x1 not hit") 42 self.assertEqual(stop_reason, lldb.eStopReasonWatchpoint, "watchpoint for x2 not hit")
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/ |
| H A D | TestWatchLocationWithWatchSet.py | 99 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint) 109 self.process(), lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/ |
| H A D | TestWatchLocation.py | 104 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint) 113 self.process(), lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/ |
| H A D | TestSetWatchpoint.py | 77 process, lldb.eStopReasonWatchpoint) 89 process, lldb.eStopReasonWatchpoint)
|
| H A D | TestWatchpointIter.py | 88 process, lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/multiple_hits/ |
| H A D | TestMultipleHits.py | 48 self.assertEqual(thread.GetStopReason(), lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchpoint/ |
| H A D | TestMyFirstWatchpoint.py | 85 process, lldb.eStopReasonWatchpoint))
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 57 case eStopReasonWatchpoint: in LogThreadStopInfo() 436 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint() 447 m_stop_info.reason == StopReason::eStopReasonWatchpoint; in IsStoppedAtWatchpoint()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | LLDBUtils.cpp | 53 case lldb::eStopReasonWatchpoint: in ThreadHasStopReason()
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/ |
| H A D | TestWatchpointDisable.py | 66 … self.assertEqual(stop_reason, lldb.eStopReasonWatchpoint, "We didn't stop at our watchpoint")
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/ |
| H A D | TestSetWatchlocation.py | 85 process, lldb.eStopReasonWatchpoint)
|
| H A D | TestTargetWatchAddress.py | 84 process, lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/ |
| H A D | TestWatchpointConditionAPI.py | 88 process, lldb.eStopReasonWatchpoint)
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanBase.cpp | 91 case eStopReasonWatchpoint: in ShouldStop()
|
| H A D | ThreadPlan.cpp | 168 case eStopReasonWatchpoint: in IsUsuallyUnexplainedStopReason()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | concurrent_base.py | 51 elif reason == lldb.eStopReasonWatchpoint:
|
| H A D | lldbutil.py | 251 elif enum == lldb.eStopReasonWatchpoint: 373 (lldb.eStopReasonWatchpoint, watchpoint_threads),
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 193 elif enum == lldb.eStopReasonWatchpoint: 307 (lldb.eStopReasonWatchpoint, watchpoint_threads),
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 129 m_stop_info.reason = StopReason::eStopReasonWatchpoint; in SetStoppedByWatchpoint()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | performance.py | 250 elif stop_reason == lldb.eStopReasonWatchpoint:
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 244 eStopReasonWatchpoint, enumerator
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThread.cpp | 189 case eStopReasonWatchpoint: in GetStopReasonDataCount() 258 case eStopReasonWatchpoint: in GetStopReasonDataAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 477 StopThread(record.GetThreadID(), StopReason::eStopReasonWatchpoint, in OnDebugException()
|