[Lldb-commits] [lldb] [lldb-dap] Allow returning multiple breakpoints in "stopped" event (PR #149133)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 16 10:46:40 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list