teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command
Lawrence D'Anna a69bbe02a2 [LLDB][breakpoints] 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.

It looks like this functionality is already well tested by
`TestBreakpointCommandsFromPython.py`, so there's no need to write
additional tests for it.

Reviewers: labath, jingham, JDevlieghere

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69468
2019-10-29 15:03:02 -07:00
..
a.c [lldb] Readd missing functionalities/breakpoint tests 2019-09-10 12:04:04 +00:00
b.c [lldb] Readd missing functionalities/breakpoint tests 2019-09-10 12:04:04 +00:00
bktptcmd.py Add the ability to pass extra args to a Python breakpoint callback. 2019-10-25 14:05:07 -07:00
main.c [lldb] Readd missing functionalities/breakpoint tests 2019-09-10 12:04:04 +00:00
Makefile [lldb][NFC] Simplify makefiles also for breakpoint tests 2019-09-12 14:21:59 +00:00
side_effect.py [lldb] Readd missing functionalities/breakpoint tests 2019-09-10 12:04:04 +00:00
TestBreakpointCommand.py Add the ability to pass extra args to a Python breakpoint callback. 2019-10-25 14:05:07 -07:00
TestBreakpointCommandsFromPython.py [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args 2019-10-29 15:03:02 -07:00
TestRegexpBreakCommand.py [lldb] Readd missing functionalities/breakpoint tests 2019-09-10 12:04:04 +00:00