Skip to content

Commit 601c168

Browse files
[lldb] Fix bot failure due to new qSupported packet reply (llvm#163643)
When [1] landed, gdbremote server tests had to be updated to understand the new packet field. [1]: llvm#163249 (cherry picked from commit a1f233a)
1 parent a240401 commit 601c168

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
@@ -923,6 +923,7 @@ def add_qSupported_packets(self, client_features=[]):
923923
"QNonStop",
924924
"SupportedWatchpointTypes",
925925
"SupportedCompressions",
926+
"MultiMemRead",
926927
]
927928

928929
def parse_qSupported_response(self, context):

0 commit comments

Comments
 (0)