labath accepted this revision. labath added inline comments.
================ Comment at: lldb/lit/SymbolFile/NativePDB/break-by-line.cpp:9-10 + +// This is a separate test from break-by-function.cpp because this test is +// sensitive to edits in the source file. + ---------------- You could consider using break-by-source-regex (`-p`) to avoid this. The regex should be transformed into a line number long before it reaches the pdb plugin. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56010/new/ https://reviews.llvm.org/D56010 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits