HomeSort by relevance Sort by last modified time
    Searched refs:GetNumWatchpoints (Results 1 - 6 of 6) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_target.py 45 obj.GetNumWatchpoints()
  /external/lldb/test/python_api/watchpoint/
TestWatchpointIgnoreCount.py 76 self.assertTrue(target.GetNumWatchpoints() == 1)
TestWatchpointIter.py 76 self.assertTrue(target.GetNumWatchpoints() == 1)
  /external/lldb/scripts/Python/interface/
SBTarget.i 696 GetNumWatchpoints () const;
839 __swig_getmethods__["num_watchpoints"] = GetNumWatchpoints
840 if _newclass: num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the number of watchpoints that this target has as an integer.''')
  /external/lldb/include/lldb/API/
SBTarget.h 715 GetNumWatchpoints () const;
  /external/lldb/source/API/
SBTarget.cpp     [all...]

Completed in 1279 milliseconds