================
@@ -406,6 +419,10 @@ struct DAP {
   std::thread progress_event_thread;
   /// @}
 
+  /// list of addresses mapped by sourceReference(index - 1)
----------------
JDevlieghere wrote:

`index - 1` seems wrong? That would mean that the address at index 0 has a 
source reference of -1?

```suggestion
  /// List of addresses mapped by sourceReference.
```

https://github.com/llvm/llvm-project/pull/144364
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to