================
@@ -350,6 +349,9 @@ struct AttachRequestArguments {
   /// Path to the core file to debug.
   std::string coreFile;
 
+  /// Unique ID of an existing target to attach to.
+  std::optional<uint32_t> targetId;
----------------
ashgti wrote:

`SBTarget::GetGloballyUniqueID()` returns a `lldb::user_id_t`, should we use 
that here as well?

https://github.com/llvm/llvm-project/pull/163653
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to