[Lldb-commits] [lldb] [lldb] Remove import statement in lldb.command decorator (PR #188294)

via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 15 11:18:27 PDT 2026


jimingham wrote:

Originally, this code had:

    from lldb import debugger

which Greg changed in d8c3d4b1e9f8695a9c063615a324cb105c9ab780 to:

   import lldb

That was in 2013, so he might not remember, but maybe @clayborg might have more state on this.

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


More information about the lldb-commits mailing list