Tell LLDB to use big watch regions
This commit is contained in:
parent
af9a4ae8ee
commit
f1c5571aa6
|
@ -210,7 +210,7 @@ impl GdbConnection {
|
||||||
res
|
res
|
||||||
} else if req.match_str("qSupported:") {
|
} else if req.match_str("qSupported:") {
|
||||||
self.response()
|
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
|
} else if req
|
||||||
.match_some_str([
|
.match_some_str([
|
||||||
"QThreadSuffixSupported",
|
"QThreadSuffixSupported",
|
||||||
|
|
Loading…
Reference in New Issue