Home
last modified time | relevance | path

Searched refs:num_watchpoints (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp228 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
230 if (num_watchpoints == 0) { in DoExecute()
241 for (size_t i = 0; i < num_watchpoints; ++i) { in DoExecute()
308 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
310 if (num_watchpoints == 0) { in DoExecute()
381 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
383 if (num_watchpoints == 0) { in DoExecute()
496 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
498 if (num_watchpoints == 0) { in DoExecute()
623 if (num_watchpoints == 0) { in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp373 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
375 if (num_watchpoints == 0) { in DoExecute()
480 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
482 if (num_watchpoints == 0) { in DoExecute()
547 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
549 if (num_watchpoints == 0) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i186num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…