summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-05-06 04:34:52 +0000
committerJason Molenda <jmolenda@apple.com>2014-05-06 04:34:52 +0000
commit6076bf4edb3e105ba5777a33283c41e91b337ca7 (patch)
tree88352f42d653d2d05425b82044ed0951504ce0a8 /clang/lib
parent945cdd07d31214d33c498ca72882baf5e6cdc373 (diff)
downloadbcm5719-llvm-6076bf4edb3e105ba5777a33283c41e91b337ca7.tar.gz
bcm5719-llvm-6076bf4edb3e105ba5777a33283c41e91b337ca7.zip
Change ProcessGDBRemote::DoReadMemory to use the x packet to read
data if it is available. Change ProcessGDBRemote's maximum read/write packet size from a fixed 512 byte value to asking the remote gdb stub what its maximum is, using up to 128kbyte sizes if that's allowed, and falling back to 512 if the remote gdb stub doesn't advertise a max packet size. Add a new "process plugin packet xfer-size" command that can be used to override the maximum packet size (although not exceeding any packet size maximum published by the remote gdb stub). <rdar://problem/16032150> llvm-svn: 208058
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud