teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Jim Ingham 7aa4ed9b5f If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries.
clang doesn't use line number 0 (to mean artifically generated code) very often, but swift does it
quite often.  We were rejecting all by line breakpoints in functions that started at line 0.  But that's
a special marker so we can just not do this test in that case.

llvm-svn: 339182
2018-08-07 21:09:55 +00:00
..
address_breakpoints Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
auto_continue Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
breakpoint_command Make sure deleting all breakpoints clears their sites first 2018-04-16 22:26:21 +00:00
breakpoint_conditions Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_hit_count [lldbsuite] Fix TestBreakpointHitCount on Windows 2018-06-28 19:42:30 +00:00
breakpoint_ids Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_ignore_count [lldbsuite, windows] Mark tests as XFAIL on Windows or skip them 2018-08-02 21:26:19 +00:00
breakpoint_in_delayslot Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_language Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_locations Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
breakpoint_names Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
breakpoint_options Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_set_restart Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
comp_dir_symlink [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
consecutive_breakpoints Convert a few more tests to use run_to_source_breakpoint. 2017-07-13 19:46:21 +00:00
cpp Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
cpp_exception Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
debugbreak Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
dummy_target_breakpoints Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
global_constructor Fix TestBreakpointInGlobalConstructor for Windows 2018-02-21 18:08:23 +00:00
hardware_breakpoints/hardware_breakpoint_on_multiple_threads Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
inlined_breakpoints Make test sources compatible with android+libcxx+modules 2018-06-20 17:32:48 +00:00
move_nearest If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries. 2018-08-07 21:09:55 +00:00
objc Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
serialize Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
source_regexp Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
step_over_breakpoint Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00