From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25109 invoked by alias); 3 Dec 2002 13:51:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25094 invoked from network); 3 Dec 2002 13:51:25 -0000 Received: from unknown (HELO mailserv.rz.fh-muenchen.de) (129.187.244.239) by sources.redhat.com with SMTP; 3 Dec 2002 13:51:25 -0000 Received: (qmail 6124 invoked by uid 4306); 3 Dec 2002 13:53:41 -0000 Date: Tue, 03 Dec 2002 05:51:00 -0000 From: Roland Egger To: gdb@sources.redhat.com Subject: Re: breakpoint in lib.so loaded by a multi-threaded application on PC-Intel Message-ID: <20021203145341.A27506@tarantel.rz.fh-muenchen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: X-SW-Source: 2002-12/txt/msg00046.txt.bz2 Hi, I think it should work on PC-Intel (which OS do you use? BSD, Linux, Solaris ...???) with gdb, too. dlopen should work on Linux (intel,...) and it also should work on Solaris. For HP-UX we use shl_load instead. I think you are one of the few people who has less problems with hp-ux than with other OS ;) (Do you have any experience with the hp stack??) Bye Roland On Tue, Dec 03, 2002 at 11:29:52AM +0100, Denis Milhet wrote: > I try to use gdb to debug a multi-threaded application loading shared > libraries by dependancy and by explicit 'dlopen' instructions. > It seems to be available only on HP. > Anyone knows how to do it on PC-Intel, or with an other debugger ? > > Thank's for your help > > Denis Milhet > Corys T.E.S.S. > www.corys.com >