[Lldb-commits] [PATCH] D88129: Add "break delete --disabled" to delete all currently disabled breakpoints
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 23 10:35:25 PDT 2020
jingham updated this revision to Diff 293796.
jingham added a comment.
In the original version of the patch you couldn't supply any breakpoints along with the --disabled flag. But it makes sense to be able to have some breakpoints that don't get deleted by this operation, which you can achieve by passing excluded breakpoints, so:
(lldb) break delete --disabled DeleteMeNot
will delete all disabled breakpoints that don't have the name DeleteMeNot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88129/new/
https://reviews.llvm.org/D88129
Files:
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/Options.td
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88129.293796.patch
Type: text/x-patch
Size: 5998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200923/c766a5e5/attachment.bin>
More information about the lldb-commits
mailing list