[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR #160736)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 26 08:16:01 PDT 2025
walter-erquinigo wrote:
> That's what gets returned by Debugger::GetID().
@jimingham , what about having `GetID()` return the unique ID global to all debugger instances. And then have a new method `GetTargetIndex()` that would return the same value that `GetID` is returning now and modify existing references to point to it.
https://github.com/llvm/llvm-project/pull/160736
More information about the lldb-commits
mailing list