Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
226 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
240 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()
255 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute()
306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
308 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
383 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
500 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
627 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
753 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
373 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
480 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
481 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
548 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local
549 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
H A DOptions.td1349 Desc<"Delete all watchpoints without querying for confirmation.">;
/llvm-project-15.0.7/lldb/docs/use/
H A Dtutorial.rst391 Current watchpoints:
420 Current watchpoints:
H A Dmap.rst717 <td class="header" colspan="2">List all watchpoints.</td>
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog268 qualifier to allow arches to auto detect how many hardware watchpoints they
854 (LOG_WATCHPOINTS): New macro definition for logging watchpoints.
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm2086 // TODO: clear software watchpoints if we implement them
2185 // Currently only try and set hardware watchpoints.
2191 // TODO: Add software watchpoints by doing page protection tricks.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst236 for tests that exercise breakpoints, watchpoints and sanitizers.