JDevlieghere wrote:

> I'm not sure why you really want that, for all the ones currently extant the 
> combo of {lldb pid, debugger ID} would do. Why do you care about not 
> overlapping with defunct Debuggers?

Yes, that's also an option, but would increase the "hierarchy" in the source 
URL. [Right now](https://lldb.llvm.org/use/mcp.html), debugger and target 
resources are listed as:

```
lldb://debugger/<debugger id>/target/<target idx>
```

Adding the pid would make that a little bit more complicated, and unnecessarily 
so for the common case where you only have one instance. 

https://github.com/llvm/llvm-project/pull/160736
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to