JDevlieghere wrote: > Debugger's already have a unique, monotonically increasing id:
Within a single process. The `lldb-mcp` utility multiplexes potentially multiple lldb instances so the purpose is to have something unique to refer to a debugger. This is less of a concern for the target, because the way we specify these is hierarchical. https://github.com/llvm/llvm-project/pull/160736 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
