RE: [osol-discuss] Debug the Dynamic Linker

2007-01-16 Thread Deepak Bhatia
-discuss@opensolaris.org Subject: Re: [osol-discuss] Debug the Dynamic Linker Deepak Bhatia wrote: mdb document seems to be very large. Do we have a quick user guide for the same. There's some Tips and Tricks here: http://www.opensolaris.org/os/community/mdb/ perhaps that'll help you start

Re: [osol-discuss] Debug the Dynamic Linker

2007-01-16 Thread Rod Evans
Deepak Bhatia wrote: Will it possible for you to help us in case we ask questions inside the dynamic linker code ? I recommend you send questions to [EMAIL PROTECTED] I'm on this alias, and so are a lot of others who may be able to help. -- Rod.

Re: [osol-discuss] Debug the Dynamic Linker

2007-01-09 Thread Rod Evans
Deepak Bhatia wrote: mdb document seems to be very large. Do we have a quick user guide for the same. There's some Tips and Tricks here: http://www.opensolaris.org/os/community/mdb/ perhaps that'll help you start. -- Rod. ___

Re: [osol-discuss] Debug the Dynamic Linker

2007-01-08 Thread Rod Evans
DEEPAK BHATIA wrote: Can anyone please suggest how to proceed ? How do I tell the OS to invoke my dynamic linker instead of the original one. You can explicitly invoke a different runtime linker: oxpoly 428. cp /usr/lib/ld.so.1 /tmp/ld.so.1 oxpoly 429. /tmp/ld.so.1 /bin/cat [1] 17398

RE: [osol-discuss] Debug the Dynamic Linker

2007-01-08 Thread Deepak Bhatia
: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] Debug the Dynamic Linker DEEPAK BHATIA wrote: Can anyone please suggest how to proceed ? How do I tell the OS to invoke my dynamic linker instead of the original one. You can explicitly invoke a different runtime linker: oxpoly

[osol-discuss] Debug the Dynamic Linker

2007-01-04 Thread DEEPAK BHATIA
I am working with Dynamic Linker of Solaris (rtld forlder). I have made some changes in the Dynamic linker and build with debug option. Now I want to debug my dynamic linker. Can anyone please suggest how to proceed ? How do I tell the OS to invoke my dynamic linker instead of the original