[Lldb-commits] [PATCH] D48658: Fix and simplify lldb.command decorator
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 27 16:27:28 PDT 2018
kastiglione added a comment.
@clayborg I'll dig into how `python-extensions.swig` gets tested, and add something accordingly.
I have only briefly looked at `cmdtemplate.py`. I can look into adding similar registration behavior to it. For what it's worth, I prefer functions to classes for defining commands.
https://reviews.llvm.org/D48658
More information about the lldb-commits
mailing list