================
@@ -85,6 +85,28 @@ bool fromJSON(const llvm::json::Value &value,
AcceleratorBreakpointHitArgs &data, llvm::json::Path path);
llvm::json::Value toJSON(const AcceleratorBreakpointHitArgs &data);
+/// Information the client needs to connect to an accelerator GDB server. When
+/// an AcceleratorActions carries this, the client creates a new target and
+/// connects to \a connect_url.
+struct AcceleratorConnectionInfo {
+ /// Connection URL the client should connect to (as in "process connect
+ /// <url>"). Required; the remaining fields are optional.
+ std::string connect_url;
+ /// Path to the executable to use when creating the accelerator target. If
----------------
satyajanga wrote:
added
https://github.com/llvm/llvm-project/pull/201449
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits