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: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 23 Jan 2014 14:37:03 +0000
- 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>
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.
--
Pedro Alves