diff options
author | Dave Lee <davelee.com@gmail.com> | 2025-08-19 08:29:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-19 08:29:25 -0700 |
commit | 6e3c7b8244e9067721ccd0d786755f2ae9c96a87 (patch) | |
tree | b51f293a27bfb4c9d09f8a074c254623a11a0de9 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 0037c2083f88d2cd2ba1b4cdea36ea3f53d069eb (diff) | |
download | llvm-6e3c7b8244e9067721ccd0d786755f2ae9c96a87.zip llvm-6e3c7b8244e9067721ccd0d786755f2ae9c96a87.tar.gz llvm-6e3c7b8244e9067721ccd0d786755f2ae9c96a87.tar.bz2 |
[lldb] Make step/s alias for new _regexp-step (#153984)
Introduces `_regexp-step`, a step command which additionally allows for
stepping into a target function. This change updates `step` and `s` to
be aliases for `_regexp-step`.
The existing `sif` alias ("Step Into Function") is not well known
amongst users. This change updates `step` and `s` to also work like
`sif`, taking an optional function name.
This is implemented to not break uses of `step` or `s` with a flag, for
example running `step -r func_to_avoid` works as expected.
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions