[all-commits] [llvm/llvm-project] df71f9: [lldb/Command] Add --force option for `watchpoint ...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Jan 3 18:11:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df71f92fbb7c96cfd36d247ae6fb6929cb9bce35
https://github.com/llvm/llvm-project/commit/df71f92fbb7c96cfd36d247ae6fb6929cb9bce35
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py
M lldb/source/Commands/CommandObjectWatchpoint.cpp
M lldb/source/Commands/Options.td
Log Message:
-----------
[lldb/Command] Add --force option for `watchpoint delete` command
Currently, there is no option to delete all the watchpoint without LLDB
asking for a confirmation. Besides making the watchpoint delete command
homogeneous with the breakpoint delete command, this option could also
become handy to trigger automated watchpoint deletion i.e. using
breakpoint actions.
rdar://42560586
Differential Revision: https://reviews.llvm.org/D72096
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list