History log of /llvm-project/lldb/source/Commands/CommandObjectScripting.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 410de0c8 02-Jul-2024 Med Ismail Bennani <ismail@bennani.ma>

[lldb/Commands] Alias `script` command to `scripting run` (#97263)

This patch introduces a new top-level `scripting` command with an `run`
sub-command, that basically replaces the `script` raw comm

[lldb/Commands] Alias `script` command to `scripting run` (#97263)

This patch introduces a new top-level `scripting` command with an `run`
sub-command, that basically replaces the `script` raw command.

To avoid breaking the `script` command usages, this patch also adds an
`script` alias to the `scripting run` sub-command.

The reason behind this change is to have a top-level command that will
cover scripting related subcommands.

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>

show more ...