Searched refs:watchpoints (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp152 "List all watchpoints at configurable levels of detail.", nullptr,
222 "Number of supported hardware watchpoints: %u\n",
226 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
231 size_t num_watchpoints = watchpoints.GetSize();
234 result.AppendMessage("No watchpoints currently set.");
242 // No watchpoint selected; show info about all currently set watchpoints.
243 result.AppendMessage("Current watchpoints:");
245 Watchpoint *wp = watchpoints.GetByIndex(i).get();
250 // Particular watchpoints selected; enable them.
254 result.AppendError("Invalid watchpoints specificatio
304 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
374 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
486 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
608 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
729 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
[all...]
H A DCommandObjectWatchpointCommand.cpp403 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
404 size_t num_watchpoints = watchpoints.GetSize();
407 result.AppendError("No watchpoints exist to have commands added");
422 result.AppendError("Invalid watchpoints specification.");
513 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
514 size_t num_watchpoints = watchpoints.GetSize();
517 result.AppendError("No watchpoints exist to have commands deleted");
532 result.AppendError("Invalid watchpoints specification.");
585 const WatchpointList &watchpoints = target->GetWatchpointList(); variable
586 size_t num_watchpoints = watchpoints
[all...]

Completed in 170 milliseconds