[Lldb-commits] [PATCH] D79666: Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDs

2020-05-11 Thread Jim Ingham via Phabricator via lldb-commits
jingham added a comment. This is great, but you can also specify breakpoints by name. Should be possible to also complete on the list of breakpoint names. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79666/new/ https://reviews.llvm.org/D79666

[Lldb-commits] [PATCH] D79666: Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDs

2020-05-11 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0e50b9a43bf6: Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDs (authored by MrHate, committed by teemperor). Herald added a subscriber: lldb-commits. Repository: rG LLVM G