HomeSort by relevance Sort by last modified time
    Searched defs:watchpoints (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Commands/
CommandObjectWatchpointCommand.cpp 492 result.AppendError ("There is not a current executable; there are no watchpoints to which to add commands");
497 const WatchpointList &watchpoints = target->GetWatchpointList(); local
498 size_t num_watchpoints = watchpoints.GetSize();
502 result.AppendError ("No watchpoints exist to have commands added");
517 result.AppendError("Invalid watchpoints specification.");
658 result.AppendError ("There is not a current executable; there are no watchpoints from which to delete commands");
663 const WatchpointList &watchpoints = target->GetWatchpointList(); local
664 size_t num_watchpoints = watchpoints.GetSize();
668 result.AppendError ("No watchpoints exist to have commands deleted");
683 result.AppendError("Invalid watchpoints specification.")
755 const WatchpointList &watchpoints = target->GetWatchpointList(); local
    [all...]
CommandObjectWatchpoint.cpp 50 result.AppendError ("Invalid target. No existing target or watchpoints.");
177 "List all watchpoints at configurable levels of detail.",
263 result.AppendError ("Invalid target. No current target or watchpoints.");
273 result.AppendMessageWithFormat("Number of supported hardware watchpoints: %u\n",
277 const WatchpointList &watchpoints = target->GetWatchpointList(); local
281 size_t num_watchpoints = watchpoints.GetSize();
285 result.AppendMessage("No watchpoints currently set.");
294 // No watchpoint selected; show info about all currently set watchpoints.
295 result.AppendMessage ("Current watchpoints:");
298 Watchpoint *wp = watchpoints.GetByIndex(i).get()
385 const WatchpointList &watchpoints = target->GetWatchpointList(); local
464 const WatchpointList &watchpoints = target->GetWatchpointList(); local
547 const WatchpointList &watchpoints = target->GetWatchpointList(); local
695 const WatchpointList &watchpoints = target->GetWatchpointList(); local
852 const WatchpointList &watchpoints = target->GetWatchpointList(); local
    [all...]

Completed in 165 milliseconds