summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/break-on-initializers/main.cpp
AgeCommit message (Collapse)Author
2021-05-19[lldb][NFC] Remove sample test boilerplate from TestBreakOnCPP11InitializersRaphael Isemann
2021-01-20Fix a bug with setting breakpoints on C++11 inline initialization statements.Jim Ingham
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