[Lldb-commits] [lldb] Add the ability to define a Python based command that uses CommandObjectParsed (PR #70734)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 15:42:59 PST 2024


jimingham wrote:

Okay, I made one more trivial change, I switched the `varname` field to `dest` so it matched what argparse had, and I renamed the `usage` entry to `help` so it matches the argparse usage as well.

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


More information about the lldb-commits mailing list