Files
clang-p2996/lldb/test/API/lang/cpp/break-on-initializers/TestBreakOnCPP11Initializers.py
Jim Ingham bff389120f Fix a bug with setting breakpoints on C++11 inline initialization statements.
If they occurred before the constructor that used them, we would refuse to
set the breakpoint because we thought they were crossing function boundaries.

Differential Revision: https://reviews.llvm.org/D94846
2021-01-20 17:58:34 -08:00

2.2 KiB