Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp223 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
225 if (num_watchpoints == 0) { in DoExecute()
236 for (size_t i = 0; i < num_watchpoints; ++i) { in DoExecute()
298 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
300 if (num_watchpoints == 0) { in DoExecute()
310 (uint64_t)num_watchpoints); in DoExecute()
366 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
368 if (num_watchpoints == 0) { in DoExecute()
378 (uint64_t)num_watchpoints); in DoExecute()
476 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
[all …]
H A DCommandObjectWatchpointCommand.cpp361 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
363 if (num_watchpoints == 0) { in DoExecute()
456 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
458 if (num_watchpoints == 0) { in DoExecute()
511 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local
513 if (num_watchpoints == 0) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i186num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…