[all-commits] [llvm/llvm-project] 3620e5: [lldb/Command] Add --force option for `watchpoint ...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Thu Jan 2 16:53:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3620e5f28a4d2800fb6c325ec24b3d660e48b9ba
https://github.com/llvm/llvm-project/commit/3620e5f28a4d2800fb6c325ec24b3d660e48b9ba
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2020-01-03 (Fri, 03 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
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list