[all-commits] [llvm/llvm-project] bdcad0: convert LLDBSwigPythonCallTypeScript to ArgInfo::m...

llvm-git-migration via All-commits all-commits at lists.llvm.org
Sat Oct 19 00:04:38 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bdcad0aca0a05145364ee153a8f54af4aea2c445
      https://github.com/llvm/llvm-project/commit/bdcad0aca0a05145364ee153a8f54af4aea2c445
  Author: Lawrence D'Anna <lawrence_danna at apple.com>
  Date:   2019-10-19 (Sat, 19 Oct 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/formatters.py
    M lldb/scripts/Python/python-wrapper.swig

  Log Message:
  -----------
  convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args

Summary:
This patch converts another user of ArgInfo::count over to
use ArgInfo::max_positional_args instead.   I also add a test
to make sure both documented signatures for python type formatters
work.

Reviewers: JDevlieghere, clayborg, labath, jingham

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69153

llvm-svn: 375334




More information about the All-commits mailing list