From owner-cvs-all Fri Sep 25 07:39:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10032 for cvs-all-outgoing; Fri, 25 Sep 1998 07:39:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10027; Fri, 25 Sep 1998 07:39:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04228; Fri, 25 Sep 1998 07:39:53 -0700 (PDT) Date: Fri, 25 Sep 1998 07:39:53 -0700 (PDT) Message-Id: <199809251439.HAA04228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gdb/gdb solib.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/25 07:39:53 PDT Modified files: contrib/gdb/gdb solib.c Log: Rewrite the bits of the solib code to handle implentations where dlopen may insert into the list of loaded libraries (ours is one) instead of appending to the end of the list. Also cope with dlclose() removing libraries from the list. Revision Changes Path 1.3 +196 -86 src/contrib/gdb/gdb/solib.c