[Lldb-commits] [lldb] [lldb-server] Add accelerator plugin infrastructure for debugging hardware accelerators like gpus (PR #198907)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue May 26 02:37:08 PDT 2026


================
@@ -173,6 +173,7 @@ class StringExtractorGDBRemote : public StringExtractor {
     eServerPacketType_jLLDBTraceGetState,
     eServerPacketType_jLLDBTraceGetBinaryData,
     eServerPacketType_jMultiBreakpoint,
+    eServerPacketType_jAcceleratorPluginInitialize,
----------------
DavidSpickett wrote:

Include in the description the name of the qsupported feature that is required.

https://github.com/llvm/llvm-project/pull/198907


More information about the lldb-commits mailing list