================
@@ -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
----------------
JDevlieghere wrote:

Ah, I missed that you were using that to set the breakpoint. In that case, 
maybe say something like "Break here for non-breakpointable line" or something. 

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

Reply via email to