aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2025-08-19 08:29:25 -0700
committerGitHub <noreply@github.com>2025-08-19 08:29:25 -0700
commit6e3c7b8244e9067721ccd0d786755f2ae9c96a87 (patch)
treeb51f293a27bfb4c9d09f8a074c254623a11a0de9 /lldb/source/Commands/CommandObjectExpression.cpp
parent0037c2083f88d2cd2ba1b4cdea36ea3f53d069eb (diff)
downloadllvm-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