================
@@ -357,6 +357,13 @@ class LLDB_API SBTarget {
const char *GetLabel() const;
+ /// Get the globally unique ID for this target.
----------------
walter-erquinigo wrote:Mention that this ID is unique across all debugger instances wthin the same lldb process. https://github.com/llvm/llvm-project/pull/160736 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
