Skip to content

Commit 377d725

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 4414d69 commit 377d725

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
@@ -924,6 +924,7 @@ def add_qSupported_packets(self, client_features=[]):
924924
"QNonStop",
925925
"SupportedWatchpointTypes",
926926
"SupportedCompressions",
927+
"MultiMemRead",
927928
]
928929

929930
def parse_qSupported_response(self, context):

0 commit comments

Comments
 (0)