Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/
DTestWatchpointCommands.py135 self.assertTrue(target and not target.GetNumWatchpoints())
155 self.assertTrue(target and not target.GetNumWatchpoints())
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py45 obj.GetNumWatchpoints()
/external/llvm-project/lldb/test/API/python_api/watchpoint/
DTestWatchpointIgnoreCount.py71 self.assertEqual(target.GetNumWatchpoints(), 1)
DTestWatchpointIter.py74 self.assertTrue(target.GetNumWatchpoints() == 1)
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i848 GetNumWatchpoints () const;
1062 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h753 uint32_t GetNumWatchpoints() const;
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1361 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget
1362 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints); in GetNumWatchpoints()
2570 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumWatchpoints, ()); in RegisterMethods()