Change len's type to ULONGEST: remote_read_bytes and get_core_siginfo
authorYao Qi <yao@codesourcery.com>
Fri, 10 Jan 2014 06:11:59 +0000 (14:11 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 24 Jan 2014 13:31:30 +0000 (21:31 +0800)
commit6b6aa828818fa4a5754fb8520751077146d9d16c
treeff2d34604e22a4bbb26cc4812839167e20c9defa
parent5d6df423905215fc5ef796f20525cd84f92c3a8e
Change len's type to ULONGEST: remote_read_bytes and get_core_siginfo

Functions remote_read_bytes and get_core_siginfo are the callees of
target to_xfer_partial interface, so argument 'len' should be changed
to type ULONGEST.

gdb:

2014-01-24  Yao Qi  <yao@codesourcery.com>

* remote.c (remote_read_bytes): Change type of len to ULONGEST.
* corelow.c (get_core_siginfo): Likewise.
gdb/ChangeLog
gdb/corelow.c
gdb/remote.c
This page took 0.044128 seconds and 4 git commands to generate.