[Lldb-commits] [lldb] [lldb] Add support for gdb-style 'x' packet (PR #124733)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 30 02:14:16 PST 2025


================
@@ -0,0 +1,36 @@
+import lldb
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import *
+from lldbsuite.test.gdbclientutils import *
+from lldbsuite.test.lldbgdbclient import GDBRemoteTestBase
+
+
+class TestReadMemory(GDBRemoteTestBase):
+    def test_x_with_prefix(self):
+        class MyResponder(MockGDBServerResponder):
+            def qSupported(self, client_features):
----------------
DavidSpickett wrote:

Add a comment to explain what binary-upload means and what lldb should do as a result.

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


More information about the lldb-commits mailing list