OSDN Git Service

* solib.c (solib_add): Move all the code for loading symbol tables
authorjimb <jimb>
Mon, 3 Apr 2000 17:45:17 +0000 (17:45 +0000)
committerjimb <jimb>
Mon, 3 Apr 2000 17:45:17 +0000 (17:45 +0000)
commit2be34045b853f87cdd89be17cb648ced0ae284b9
treedd056286867a9161924ed14ace616f6d1437bf20
parentdb868f6e2958bbf353aa011bed6d08115d0e36fd
* 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.
gdb/solib.c