Home
last modified time | relevance | path

Searched refs:GetNumWatchpoints (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_commands/
H A DTestWatchpointCommands.py133 self.assertTrue(target and not target.GetNumWatchpoints())
153 self.assertTrue(target and not target.GetNumWatchpoints())
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py45 obj.GetNumWatchpoints()
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIgnoreCount.py75 self.assertEqual(target.GetNumWatchpoints(), 1)
H A DTestWatchpointIter.py71 self.assertEqual(target.GetNumWatchpoints(), 1)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i843 GetNumWatchpoints () const;
1076 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h766 uint32_t GetNumWatchpoints() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1267 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget