This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Change len's type to ULONGEST: remote_read_bytes and get_core_siginfo
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 24 Jan 2014 21:36:04 +0800
- Subject: Re: [PATCH] Change len's type to ULONGEST: remote_read_bytes and get_core_siginfo
- Authentication-results: sourceware.org; auth=none
- References: <1390395538-7092-1-git-send-email-yao at codesourcery dot com> <52E1290F dot 3090907 at redhat dot com>
On 01/23/2014 10:37 PM, Pedro Alves wrote:
> On 01/22/2014 12:58 PM, Yao Qi wrote:
>> 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.
>>
>> Regression tested on x86_64-linux.
>
> OK.
>
Patch is pushed.
--
Yao (éå)