Tell LLDB to use big watch regions
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user