llvm-project/lldb/scripts/Python
Lawrence D'Anna adbf64ccc9 [LLDB][Python] remove ArgInfo::count
Summary:
This patch updates the last user of ArgInfo::count and deletes
it.   I also delete `GetNumInitArguments()` and `GetInitArgInfo()`.
Classess are callables and `GetArgInfo()` should work on them.

On python 3 it already works, of course. `inspect` is good.

On python 2 we have to add yet another special case.   But hey if
python 2 wasn't crufty we wouln't need python 3.

I also delete `is_bound_method` becuase it is unused.

This path is tested in `TestStepScripted.py`

Reviewers: labath, mgorny, JDevlieghere

Reviewed By: labath, JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69742
2019-11-04 12:48:49 -08:00
..
android Python 2/3 compatibility: from __future__ import print_function 2019-03-21 18:27:40 +00:00
createPythonInit.py [lldb] move package generation from python to cmake 2019-10-28 16:54:55 -07:00
python-extensions.swig remove multi-argument form of PythonObject::Reset() 2019-10-22 02:32:37 +00:00
python-swigsafecast.swig [Python] Update PyString_FromString() to work for python 2 and 3. 2019-01-09 22:52:47 +00:00
python-typemaps.swig remove multi-argument form of PythonObject::Reset() 2019-10-22 02:32:37 +00:00
python-wrapper.swig [LLDB][Python] remove ArgInfo::count 2019-11-04 12:48:49 -08:00
remote-build.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
use_lldb_suite.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00