This is an archive of the discontinued LLVM Phabricator instance.

[lldb] watchpoint ID common completion for commands `watchpoint delete/enable/disable/modify/ignore`
ClosedPublic

Authored by MrHate on Jul 18 2020, 9:14 AM.

Details

Summary
  1. Added a common completion WatchPointIDs to complete with a list of the IDs of the current watchpoints;
  2. Applied the completion to these commands: watchpoint delete/enable/disable/modify/ignore;
  3. Added a correlated test case.

Diff Detail