Home
last modified time | relevance | path

Searched refs:GetWatchSize (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_watchpoint.py13 obj.GetWatchSize()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBWatchpoint.i54 GetWatchSize();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBWatchpoint.h45 size_t GetWatchSize();
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIgnoreCount.py94 self.assertEqual(watchpoint.GetWatchSize(), 4)
H A DTestWatchpointIter.py120 self.assertEqual(watchpoint.GetWatchSize(), 4)
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp124 size_t SBWatchpoint::GetWatchSize() { in GetWatchSize() function in SBWatchpoint