llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations
Fred Riss c182be211a [lldb/testsuite] Tweak TestBreakpointLocations.py to pass for arm64
The test checks that we correctly set the right number of breakpoints
when breaking into an `always_inline` function. The line of this
funstion selected for this test was the return statement, but with
recent compiler, this return statement doesn't necessarily exist after
inlining, even at O0.

Switch the breakpoint to a different line of the inline function.
2020-03-18 20:52:28 -07:00
..
Makefile
TestBreakpointLocations.py
main.c [lldb/testsuite] Tweak TestBreakpointLocations.py to pass for arm64 2020-03-18 20:52:28 -07:00