Tell LLDB to use big watch regions

This commit is contained in:
Simon Gellis 2025-01-14 21:38:44 -05:00
parent af9a4ae8ee
commit f1c5571aa6
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ impl GdbConnection {
res
} else if req.match_str("qSupported:") {
self.response()
.write_str("multiprocess+;swbreak+;vContSupported+;PacketSize=10000")
.write_str("multiprocess+;swbreak+;vContSupported+;PacketSize=10000;SupportedWatchpointTypes=x86_64,aarch64-bas,aarch64-mask")
} else if req
.match_some_str([
"QThreadSuffixSupported",