diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-04-03 17:49:40 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-04-03 17:49:40 +0000 |
commit | f16568948dc26c37a2e530c7d11f56d29f103ed0 (patch) | |
tree | 77fca8b88e7b0e9e6ed19cc87139a72eeb3fd5bf /gdb | |
parent | e8930304b255ae2aa6854e0bbdabed89cf746978 (diff) | |
download | gdb-f16568948dc26c37a2e530c7d11f56d29f103ed0.zip gdb-f16568948dc26c37a2e530c7d11f56d29f103ed0.tar.gz gdb-f16568948dc26c37a2e530c7d11f56d29f103ed0.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f1ac00..6f5e720 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2000-04-03 Jim Blandy <jimb@redhat.com> + + * solib.c (solib_add): Move all the code for loading symbol tables + below the code to sort out additions and removals. That way, we + always catch all loaded shared libraries whose symbols we haven't + grabbed yet. + + * solib.c (solib_add): Don't try to free a shared object's objfile + if it doesn't have one. Duh. + + * solib.c (solib_add): If a pattern was given, but it doesn't + match any currently loaded shared libraries, print a message; + don't just be silent. + 2000-04-03 Eli Zaretskii <eliz@is.elta.co.il> * go32-nat.c (go32_handle_nonaligned_watchpoint): Use a @@ -149,6 +163,7 @@ Thu Mar 30 12:09:50 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in: -linux-gnu*, not -linux-gnu. +>>>>>>> 1.227 Tue Mar 28 18:28:40 2000 Andrew Cagney <cagney@b1.cygnus.com> * remote.c (remote_threads_extra_info): Replace qfThreadExtraInfo |