[all-commits] [llvm/llvm-project] 60ad0f: Clarify the help for "breakpoint command add" and ...
jimingham via All-commits
all-commits at lists.llvm.org
Mon May 3 17:23:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60ad0fd3c8bf18dc1a307b97e9e3eb21dd5e4cfb
https://github.com/llvm/llvm-project/commit/60ad0fd3c8bf18dc1a307b97e9e3eb21dd5e4cfb
Author: Jim Ingham <jingham at apple.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
Log Message:
-----------
Clarify the help for "breakpoint command add" and "watchpoint command add".
These two commands add a list of commands to the breakpoint/watchpoint. The current
implementation only supports replacing the current command list. I started with
that as overwrite seems to be the most common operation. But using "add" will
allow us to later offer other add-modes: "prepend", "append" and "insert".
That and "overwrite" then make up a useful set of options for this operation.
More information about the All-commits
mailing list