hanchenye-llvm-project/lldb/unittests
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
..
Breakpoint
Core Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
Disassembler
Editline [lldb][NFC] Allow for-ranges on StringList 2019-08-16 14:27:35 +00:00
Expression whitespace cleanup 2019-10-21 22:48:27 +00:00
Host factor out an abstract base class for File 2019-10-03 04:31:46 +00:00
Interpreter [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Language Make CPlusPlusNameParser robust against nullptr StringRefs. 2019-05-31 00:18:42 +00:00
ObjectFile [Windows] Use information from the PE32 exceptions directory to construct unwind plans 2019-10-11 09:03:29 +00:00
Platform
Process lldb/minidump: Refactor memory region computation code 2019-10-25 22:33:32 +00:00
ScriptInterpreter [LLDB][Python] remove ArgInfo::count 2019-11-04 12:48:49 -08:00
Signals
Symbol [lldb][NFC] Remove unused include in TestLineEntry.cpp 2019-09-20 10:30:38 +00:00
SymbolFile Adapt Windows test to API change. 2019-10-17 20:51:55 +00:00
Target Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
TestingSupport [lldb] - Update unit tests after lib/ObjectYAML change. 2019-09-13 16:00:28 +00:00
UnwindAssembly Fix the unwinding plan augmentation from x86 assembly 2019-10-10 13:23:09 +00:00
Utility Add arm64_32 support to lldb, an ILP32 codegen 2019-10-16 19:14:49 +00:00
debugserver
tools [CMake] Run the lldb-server tests with system debugserver. 2019-09-25 17:12:59 +00:00
CMakeLists.txt [CMake] Track test dependencies with add_lldb_test_dependency 2019-10-08 00:21:34 +00:00
gtest_common.h