https://github.com/qxy11 updated
https://github.com/llvm/llvm-project/pull/160736
>From c155381f49915fa98bd6e3ea14eb77b1dfcd7dbd Mon Sep 17 00:00:00 2001
From: qxy11
Date: Thu, 25 Sep 2025 09:54:50 -0700
Subject: [PATCH] Add support for unique target ids
---
lldb/include/lldb/API/SBDebugger.h
https://github.com/qxy11 created
https://github.com/llvm/llvm-project/pull/160736
### Summary
Add support for unique target ids per Target instance. This is needed for
upcoming changes to allow debugger instances to be shared across separate DAP
instances for child process/gpu debugging.
Each