[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR	#160736)
    Walter Erquinigo via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct  2 08:22:24 PDT 2025
    
    
  
================
@@ -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
    
    
More information about the lldb-commits
mailing list