This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/4] Change 'len' of linux_common_xfer_osdata to ULONGEST.
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 08 Jan 2014 12:35:12 +0000
- Subject: Re: [PATCH 3/4] Change 'len' of linux_common_xfer_osdata to ULONGEST.
- Authentication-results: sourceware.org; auth=none
- References: <1389166060-434-1-git-send-email-yao at codesourcery dot com> <1389166060-434-4-git-send-email-yao at codesourcery dot com>
On 01/08/2014 07:27 AM, Yao Qi wrote:
> gdb:
>
> 2014-01-08 Yao Qi <yao@codesourcery.com>
>
> * common/linux-osdata.c (linux_xfer_osdata_processes): Change
> type of 'len' to ULONGEST.
> (linux_xfer_osdata_processgroups): Likewise.
> (linux_xfer_osdata_threads): Likewise.
> (linux_xfer_osdata_fds): Likewise.
> (linux_xfer_osdata_isockets): Likewise.
> (linux_xfer_osdata_shm): Likewise.
> (linux_xfer_osdata_sem): Likewise.
> (linux_xfer_osdata_msg): Likewise.
> (linux_common_xfer_osdata): Likewise.
> (struct osdata_type) <getter>: Likewise.
> * common/linux-osdata.h (linux_common_xfer_osdata): Update
> the declaration.
Looks fine to me.
Thanks,
--
Pedro Alves