[all-commits] [llvm/llvm-project] c70633: [lldb] Fix `target stop-hook add` help output
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 10 15:37:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7063380205d8776e281f7a6603119aa8ea28c12
https://github.com/llvm/llvm-project/commit/c7063380205d8776e281f7a6603119aa8ea28c12
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M lldb/source/Commands/CommandObjectTarget.cpp
Log Message:
-----------
[lldb] Fix `target stop-hook add` help output
The help output for `target stop-hook add` references non-existing
option `--one-line-command`. The correct option is `--one-liner`:
```
-o <one-line-command> ( --one-liner <one-line-command> )
Add a command for the stop hook. Can be specified more than once,
and commands will be run in the order they appear.
```
This commit fixes the help text.
rdar://152730660
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list