llvm-project/lldb/test/functionalities/breakpoint
Greg Clayton 56f455c9fc Added test case to make sure we don't regress on settings breakpoints by selector and with the various partially specified ObjC specified breakpoints.
This test tests the equivalent of:
    breakpoint set --name count
    breakpoint set --selector count
    breakpoint set --name isEqual:
    breakpoint set --selector isEqual:
    breakpoint set --name "-[MyClass(MyCategory) myCategoryFunction]"
    breakpoint set --name "-[MyClass myCategoryFunction]"
    breakpoint set --name "[MyClass myCategoryFunction]"

llvm-svn: 227271
2015-01-27 23:45:56 +00:00
..
breakpoint_command Allow "breakpoint command add" to add commands to more than one breakpoint at a time. 2014-08-29 17:34:17 +00:00
breakpoint_conditions Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
breakpoint_ids Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
breakpoint_ignore_count Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
breakpoint_locations Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
cpp Add C++ breakpoint tests where names are partially specified to ensure we don't regress on this again. 2015-01-10 01:35:02 +00:00
cpp_exception Add a test for setting and hitting the C++ Exception throw breakpoint. 2014-10-28 00:53:20 +00:00
dummy_target_breakpoints Simple test for file & line dummy breakpoints. 2014-12-09 01:28:22 +00:00
inlined_breakpoints Update TestInlinedBreakpoints to reflect the fact that 2014-10-07 23:37:28 +00:00
objc Added test case to make sure we don't regress on settings breakpoints by selector and with the various partially specified ObjC specified breakpoints. 2015-01-27 23:45:56 +00:00