================
@@ -159,9 +159,49 @@ STUB REPLIES:
[{"plugin_name":"amdgpu","session_name":"AMD GPU Session","identi
If no accelerator plugins are installed, the server does not advertise the
`accelerator-plugins+` feature and this packet should not be sent.
+Each `accelerator_action` may include a `breakpoints` array requesting
+breakpoints to be set in the native process. See
+`jAcceleratorPluginBreakpointHit` for the callback when those breakpoints
+are hit.
+
In future patches, each `accelerator_action` will include additional fields
-such as breakpoints to set in the native process, connection info for
-secondary debug sessions, and synchronization options.
+such as connection info for secondary debug sessions and synchronization
+options.
+
+**Priority To Implement:** Low. Only needed for hardware accelerator
+debugging support.
----------------
clayborg wrote:
Maybe state that this priority is required for hardware accelerator debugging
sypport and not needed for non hardware accelerator debugging.
https://github.com/llvm/llvm-project/pull/200584
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits