Change 'len' of linux_common_xfer_osdata to ULONGEST.
authorYao Qi <yao@codesourcery.com>
Fri, 3 Jan 2014 11:19:51 +0000 (19:19 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 14 Jan 2014 14:20:51 +0000 (22:20 +0800)
commitdea80a27057a9bbf87f0bf5675b5a03ddd6fe18c
tree26b08df9bafbdfbae82f23df65c0be818afb4cba
parentb55e14c72c74ad4bcab302f9a81651ced881c415
Change 'len' of linux_common_xfer_osdata to ULONGEST.

gdb:

2014-01-14  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.
gdb/ChangeLog
gdb/common/linux-osdata.c
gdb/common/linux-osdata.h
This page took 0.024568 seconds and 4 git commands to generate.