================
@@ -351,11 +360,8 @@ struct AttachRequestArguments {
/// Path to the core file to debug.
std::string coreFile;
- /// Unique ID of an existing target to attach to.
- std::optional<lldb::user_id_t> targetId;
-
- /// ID of an existing debugger instance to use.
- std::optional<int> debuggerId;
+ /// An Existing session that consist of a target and debugger.
----------------
JDevlieghere wrote:
```suggestion
/// An existing session that consist of a target and debugger.
```
https://github.com/llvm/llvm-project/pull/175930
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits