llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Jim Ingham 0b7c822f84 Fix this test so that the breakpoints you set are
unambiguously on one bit of code.  On macOS these
lines mapped to two distinct locations, and that
was artificially throwing off the test.

llvm-svn: 319472
2017-11-30 20:43:00 +00:00
..
address_breakpoints Convert a few more tests to use run_to_source_breakpoint. 2017-07-13 19:46:21 +00:00
auto_continue Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
breakpoint_case_sensitivity Fix the decorator of TestBreakpointCaseSensitivity 2016-10-04 21:32:46 +00:00
breakpoint_command Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
breakpoint_conditions *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
breakpoint_hit_count Expose hit count via SBBreakpointLocation. 2017-07-19 14:31:19 +00:00
breakpoint_ids *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
breakpoint_ignore_count *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
breakpoint_in_delayslot *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
breakpoint_language *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
breakpoint_locations Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
breakpoint_names Wire up the breakpoint name help string. 2017-09-15 00:52:35 +00:00
breakpoint_options BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across function boundaries 2017-03-15 09:53:10 +00:00
breakpoint_set_restart *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
comp_dir_symlink *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
consecutive_breakpoints Convert a few more tests to use run_to_source_breakpoint. 2017-07-13 19:46:21 +00:00
cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
cpp_exception *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
debugbreak *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
dummy_target_breakpoints *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
global_constructor Fix this test so that the breakpoints you set are 2017-11-30 20:43:00 +00:00
hardware_breakpoints/hardware_breakpoint_on_multiple_threads Hardware breakpoints for Linux on Arm/AArch64 targets 2017-02-24 13:27:31 +00:00
inlined_breakpoints *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
move_nearest Fix TestMoveNearest for remote targets 2017-03-15 13:32:17 +00:00
objc *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
serialize Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
source_regexp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
step_over_breakpoint [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure. 2017-05-04 11:34:42 +00:00