Date: Fri, 25 Sep 1998 07:39:53 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gdb/gdb solib.c Message-ID: <199809251439.HAA04228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251439.HAA04228>