[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
Tue Sep 22 19:12:13 PDT 2020
jingham created this revision.
Herald added subscribers: lldb-commits, dang.
Herald added a reviewer: JDevlieghere.
Herald added a project: LLDB.
jingham requested review of this revision.
Sometimes in a debug session you set a whole bunch of breakpoints and gradually disable the ones that aren't helpful. At some point you want to clean up the breakpoint state before continuing, and getting rid of all those disabled breakpoints at one blow is a handy tool to have.
This patch adds "break delete --disabled" that deletes all the currently disabled breakpoints.
Repository:
rG LLVM Github Monorepo
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.293617.patch
Type: text/x-patch
Size: 5615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200923/8b926bae/attachment.bin>
More information about the lldb-commits
mailing list