Skip to content

Commit a1f233a

Browse files
[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]: llvm/llvm-project#163249
1 parent 441587a commit a1f233a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ def add_qSupported_packets(self, client_features=[]):
931931
"QNonStop",
932932
"SupportedWatchpointTypes",
933933
"SupportedCompressions",
934+
"MultiMemRead",
934935
]
935936

936937
def parse_qSupported_response(self, context):

0 commit comments

Comments
 (0)