[Lldb-commits] [lldb] [lldb/Commands] Alias `script` command to `scripting execute` (PR #97263)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 1 17:24:34 PDT 2024
jimingham wrote:
> In addition to the comment about unique prefixes, my only other comment is, have you considered `scripting run`?
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...
https://github.com/llvm/llvm-project/pull/97263
More information about the lldb-commits
mailing list