This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: breakpoint in lib.so loaded by a multi-threaded application on PC-Intel
- From: Roland Egger <egger at tarantel dot rz dot fh-muenchen dot de>
- To: gdb at sources dot redhat dot com
- Date: Tue, 3 Dec 2002 14:53:41 +0100
- Subject: Re: breakpoint in lib.so loaded by a multi-threaded application on PC-Intel
- References: <NFBBINKOGLBCCCCMMBOGGEMHCCAA.milhet@corys.fr>
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
>