diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-07 03:44:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-07 03:44:24 +0000 |
commit | f042532cc45b763942ffff337e6b20c9f864525b (patch) | |
tree | e3170220e750527427e5b9c74b117a5392e0b39c /gdb/ChangeLog | |
parent | 58cfabe6f8b559d79be8946424e263e5ecc955f2 (diff) | |
download | gdb-f042532cc45b763942ffff337e6b20c9f864525b.zip gdb-f042532cc45b763942ffff337e6b20c9f864525b.tar.gz gdb-f042532cc45b763942ffff337e6b20c9f864525b.tar.bz2 |
* sol-thread.c (restore_inferior_pid): Save the PID in a freshly
allocated buffer.
(save_inferior_pid): Restore the PID from that tempoary
buffer. Delete the buffer.
* utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5aa2f11..a809135 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2001-02-06 Andrew Cagney <ac131313@redhat.com> + * sol-thread.c (restore_inferior_pid): Save the PID in a freshly + allocated buffer. + (save_inferior_pid): Restore the PID from that tempoary + buffer. Delete the buffer. + * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD. + +2001-02-06 Andrew Cagney <ac131313@redhat.com> + * MAINTAINERS: Add ``The Obvious Fix Rule''. 2001-02-06 Andrew Cagney <ac131313@redhat.com> |