llvm-capstone/lldb
Lawrence D'Anna 40b0fa7ef2 [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args
Summary:
Move breakpoints from the old, bad ArgInfo::count to the new, better
ArgInfo::max_positional_args.   Soon ArgInfo::count will be no more.

This functionality is tested in `TestFormatters.py`, `TestDataFormatterSynthVal.py`,
`TestDataFormatterSynthType.py`.

You may notice that the old code was passing 0 arguments when count was 1, and passing
1 argument when count is 2.

This is no longer necessary because max_positional_args counts the self pointer
correctly.

Reviewers: labath, jingham, JDevlieghere

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69469
2019-10-27 16:01:46 -07:00
..
cmake [CMake] Move test dependency tracking into test/CMakeLists.txt 2019-10-24 14:47:07 -07:00
docs [CMake] Remove unused variable LLDB_TEST_CXX_COMPILER 2019-10-24 14:47:07 -07:00
examples
include/lldb fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include) 2019-10-26 15:34:45 +02:00
packages/Python/lldbsuite Add the ability to pass extra args to a Python breakpoint callback. 2019-10-25 14:05:07 -07:00
resources
scripts [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args 2019-10-27 16:01:46 -07:00
source Correct size_t format specifier 2019-10-26 10:38:06 +02:00
test lldb/minidump: Refactor memory region computation code 2019-10-25 22:33:32 +00:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools [Driver] Force llvm to install its handlers before lldb's 2019-10-25 11:19:10 -07:00
unittests lldb/minidump: Refactor memory region computation code 2019-10-25 22:33:32 +00:00
utils [LLDB] Fix inline variable only used in assertion. (NFC) 2019-10-25 15:47:17 -07:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txt 2019-10-24 14:47:07 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py