[Lldb-commits] [lldb] [lldb] Fix bot failure due to new qSupported packet reply (PR #163643)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 15 14:40:39 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Felipe de Azevedo Piovezan (felipepiovezan)
<details>
<summary>Changes</summary>
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
---
Full diff: https://github.com/llvm/llvm-project/pull/163643.diff
1 Files Affected:
- (modified) lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py (+1)
``````````diff
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):
``````````
</details>
https://github.com/llvm/llvm-project/pull/163643
More information about the lldb-commits
mailing list