src/gdb solib.c
jimb@sourceware.cygnus.com
jimb@sourceware.cygnus.com
Mon Apr 3 10:45:00 GMT 2000
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.cygnus.com 00/04/03 10:45:17
Modified files:
gdb : solib.c
Log message:
* 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.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/solib.c.diff?cvsroot=src&r1=1.7&r2=1.8
More information about the Gdb-cvs
mailing list