[Lldb-commits] [lldb] [lldb/Commands] Alias `script` command to `scripting run` (PR #97263)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 2 07:41:55 PDT 2024
medismailben wrote:
> > The problem with this command is that it either executes a script given to it on the command line, or it runs the embedded script interpreter...
>
>
>
> I don't see the problem. The original `script` does both of those things, and `run` fits those two use case as well or better than `execute`, in my opinion.
I don't know if you saw but I actually changed the command to be `scripting run` before landing this 😅
https://github.com/llvm/llvm-project/pull/97263
More information about the lldb-commits
mailing list