diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-11-21 01:09:54 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-11-21 01:09:54 +0000 |
commit | e4f7b8c818485e2f02fa7f7e0255973b062eeeda (patch) | |
tree | 56894cad1a74ef224d913413eb45a162052ed76e /gdb/ChangeLog | |
parent | 22c720812e398d45e1529caf3e7486c933c5084e (diff) | |
download | fsf-binutils-gdb-e4f7b8c818485e2f02fa7f7e0255973b062eeeda.zip fsf-binutils-gdb-e4f7b8c818485e2f02fa7f7e0255973b062eeeda.tar.gz fsf-binutils-gdb-e4f7b8c818485e2f02fa7f7e0255973b062eeeda.tar.bz2 |
2000-11-20 Michael Snyder <msnyder@cleaver.cygnus.com>
* solist.h: Declare new function solib_open.
* solib.c (solib_open): New function. Abstracts some of the
code from solib_map_sections, for finding the binary solib file.
(solib_map_sections): Call solib_open.
* solib-svr4.c (enable_break): Call solib_open.
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 3b8fceb..491bc53 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2000-11-20 Michael Snyder <msnyder@cleaver.cygnus.com> + + * solist.h: Declare new function solib_open. + * solib.c (solib_open): New function. Abstracts some of the + code from solib_map_sections, for finding the binary solib file. + (solib_map_sections): Call solib_open. + * solib-svr4.c (enable_break): Call solib_open. + 2000-11-20 J.T. Conklin <jtc@redback.com> * gdbserver/low-nbsd.c (fetch_inferior_registers, |