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

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 2 07:25:53 PDT 2024


kastiglione 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` works fits those two use case as well or better than `execute`, in my opinion.

https://github.com/llvm/llvm-project/pull/97263


More information about the lldb-commits mailing list