================
@@ -359,6 +359,9 @@ class LLDB_API SBDebugger {
lldb::SBTarget FindTargetWithFileAndArch(const char *filename,
const char *arch);
+ /// Find a target with the specified unique ID
+ lldb::SBTarget FindTargetWithUniqueID(lldb::user_id_t id);
----------------
walter-erquinigo wrote:
Just for naming consistency
```suggestion
lldb::SBTarget FindTargetByGloballyUniqueID(lldb::user_id_t id);
```
https://github.com/llvm/llvm-project/pull/160736
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits