[Lldb-commits] [lldb] a1f233a - [lldb] Fix bot failure due to new qSupported packet reply (#163643)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 15 14:40:42 PDT 2025
Author: Felipe de Azevedo Piovezan
Date: 2025-10-15T14:40:38-07:00
New Revision: a1f233ae07124783b18d9e11351a3e4f7ace05ca
URL: https://github.com/llvm/llvm-project/commit/a1f233ae07124783b18d9e11351a3e4f7ace05ca
DIFF: https://github.com/llvm/llvm-project/commit/a1f233ae07124783b18d9e11351a3e4f7ace05ca.diff
LOG: [lldb] Fix bot failure due to new qSupported packet reply (#163643)
When [1] landed, gdbremote server tests had to be updated to understand
the new packet field.
[1]: https://github.com/llvm/llvm-project/pull/163249
Added:
Modified:
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
Removed:
################################################################################
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
index aea6b9fe36b2c..5ba642bbedf74 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
@@ -931,6 +931,7 @@ def add_qSupported_packets(self, client_features=[]):
"QNonStop",
"SupportedWatchpointTypes",
"SupportedCompressions",
+ "MultiMemRead",
]
def parse_qSupported_response(self, context):
More information about the lldb-commits
mailing list