diff options
author | Yao Qi <yao@codesourcery.com> | 2014-01-03 19:19:51 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-01-14 22:20:51 +0800 |
commit | dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c (patch) | |
tree | 26b08df9bafbdfbae82f23df65c0be818afb4cba /gdb/ChangeLog | |
parent | b55e14c72c74ad4bcab302f9a81651ced881c415 (diff) | |
download | gdb-dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c.zip gdb-dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c.tar.gz gdb-dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f157c99..861d277 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,21 @@ 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. + +2014-01-14 Yao Qi <yao@codesourcery.com> + * target.h (target_xfer_partial_ftype): Update. (struct target_ops) <to_xfer_partial>: Change 'len' type to ULONGEST. |