Home
last modified time | relevance | path

Searched refs:watchpoints (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp218 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
223 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
237 WatchpointSP watch_sp = watchpoints.GetByIndex(i); in DoExecute()
252 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
296 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
298 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
365 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
366 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
474 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
476 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp360 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
361 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
455 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
456 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
510 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
511 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
H A DOptions.td1391 Desc<"Delete all watchpoints without querying for confirmation.">;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i173 watchpoints = []
175 watchpoints.append(self.GetWatchpointAtIndex(idx))
176 return watchpoints
187watchpoints = property(get_target_watchpoints, None, doc='''A read only property that returns a li…