[Lldb-commits] [PATCH] D56010: [NativePDB] Fix setting breakpoint by file and line

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 27 00:11:05 PST 2018


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





More information about the lldb-commits mailing list