diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-08-08 15:48:08 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-08-08 15:48:08 +0000 |
commit | 3d00d119d389c59cf9223d0b74d1d0bce0d18511 (patch) | |
tree | bb3685061a34056c06e3e4c26182a73a22767b80 /gdb/doc | |
parent | 0d0999db2fc508c13cb6b9a7d4edef119d2c2d8d (diff) | |
download | gdb-3d00d119d389c59cf9223d0b74d1d0bce0d18511.zip gdb-3d00d119d389c59cf9223d0b74d1d0bce0d18511.tar.gz gdb-3d00d119d389c59cf9223d0b74d1d0bce0d18511.tar.bz2 |
gdb/
* symfile.c (download_write_size): Remove.
(show_download_write_size): Remove.
(load_section_callback): Don't use download_write_size.
(_initialize_symfile): Don't register download_write_size.
* NEWS: Mention 'download-write-size' removal.
gdb/doc/
* gdb.texinfo (Target Commands): Remove
'set download-write-size' and 'show download-write-size'.
gdb/testsuite/
* config/monitor.exp (gdb_load): Remove support for obsolete
download-write-size.
* gdb.base/remote.exp: Likewise. Update all callers of
gdb_timed_load.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 19 |
2 files changed, 8 insertions, 16 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b1e539b..40f443d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-08 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.texinfo (Target Commands): Remove + 'set download-write-size' and 'show download-write-size'. + 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com> * stabs.texinfo (Member Type Descriptor): Correct example for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1bac2b8..07a3004 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12133,22 +12133,9 @@ your configuration may have more or fewer targets. Many remote targets require you to download the executable's code once you've successfully established a connection. You may wish to control -various aspects of this process, such as the size of the data chunks -used by @value{GDBN} to download program parts to the remote target. - -@table @code -@kindex set download-write-size -@item set download-write-size @var{size} -Set the write size used when downloading a program. Only used when -downloading a program onto a remote target. Specify zero or a -negative value to disable blocked writes. The actual size of each -transfer is also limited by the size of the target packet and the -memory cache. - -@kindex show download-write-size -@item show download-write-size -@kindex show download-write-size -Show the current value of the write size. +various aspects of this process. + +@table @code @item set hash @kindex set hash@r{, for remote monitors} |