[all-commits] [llvm/llvm-project] 9c5877: Switch the "command script add" interactive input ...

jimingham via All-commits all-commits at lists.llvm.org
Fri Dec 9 10:58:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c5877f33d9f7fd317c07920fd24a041ad69077a
      https://github.com/llvm/llvm-project/commit/9c5877f33d9f7fd317c07920fd24a041ad69077a
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    A lldb/test/Shell/Commands/command-script-add.test

  Log Message:
  -----------
  Switch the "command script add" interactive input to use the new command form.

We're suggesting people use the form of the command that takes an exe_ctx - it
is both more convenient and more correct - since you should not be using
GetSelected{Target, Process, etc.} in commands.




More information about the All-commits mailing list