diff options
author | Jason Molenda <jmolenda@apple.com> | 2014-05-06 04:34:52 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2014-05-06 04:34:52 +0000 |
commit | 6076bf4edb3e105ba5777a33283c41e91b337ca7 (patch) | |
tree | 88352f42d653d2d05425b82044ed0951504ce0a8 /clang/lib | |
parent | 945cdd07d31214d33c498ca72882baf5e6cdc373 (diff) | |
download | bcm5719-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