]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/procfs.c
2002-02-13 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 13 Feb 2002 22:03:46 +0000 (22:03 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 13 Feb 2002 22:03:46 +0000 (22:03 +0000)
commit65554feff896c16ec797d63442e63f0bbe433685
tree59866be515d664437a3cbd9e478ca32d235474ad
parent51316059ccf20325064353ec76fe94d2403393c1
2002-02-13  Michael Snyder  <msnyder@redhat.com>

* procfs.c (procfs_make_note_section): Make the default
implementation return an error.

2002-02-13  Rodney Brown  <rbrown64@csc.com.au>

* procfs.c (procfs_make_note_section): Provide a default definition
(for alpha-dec-osf4.0f). Fix typos.

2002-02-11  Michael Snyder  <msnyder@redhat.com>

* procfs.c: Include elf-bfd.h (for elfcore_write functions).
(gcore section): Ifdef for Solaris and Unixware only.
(procfs_do_thread_registers): Unixware needs one lwpstatus
per thread (not one prstatus or pstatus).
(procfs_make_note_section): Iterate only over kernel threads (lwps),
not over all gdb threads.  For unixware, call elfcore_write_pstatus
once before iterating over threads.
gdb/ChangeLog
gdb/procfs.c