================ @@ -33,7 +33,7 @@ int main(int argc, char const *argv[]) { if (foo == nullptr) { fprintf(stderr, "%s\n", dlerror()); exit(2); - } + } // end of foo check ---------------- SLTozer wrote:
This comment is being used to set the breakpoint from [here](https://github.com/llvm/llvm-project/pull/149133/files#diff-2c5fdd0709604b56733e44bc10675e3be1a825ce7d92dc1fb32fe1e243dec964R407) in the test - thinking about it, the only real requirement for where the second breakpoint appears is that it be on a line that is not breakpoint-able that precedes a breakpoint-able line. https://github.com/llvm/llvm-project/pull/149133 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits