[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR #160736)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 25 11:01:56 PDT 2025
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
More information about the lldb-commits
mailing list