Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Lev Assinovsky <LAssinovsky@algorithm.aelita.com>
Cc: Kevin Buettner <kevinb@redhat.com>, gdb@sources.redhat.com
Subject: Re: gdb + dynamic libs problem
Date: Thu, 20 Feb 2003 14:59:00 -0000	[thread overview]
Message-ID: <20030220145922.GB28816@nevyn.them.org> (raw)
In-Reply-To: <3F6F4712B759A34ABD453A8B39C10D6226694D@bagman.edm.com>

On Thu, Feb 20, 2003 at 01:26:13PM +0300, Lev Assinovsky wrote:
> > -----Original Message-----
> > From: Kevin Buettner [mailto:kevinb@redhat.com]
> > Sent: Thursday, February 20, 2003 12:42 AM
> > To: Lev Assinovsky; gdb@sources.redhat.com
> > Subject: Re: gdb + dynamic libs problem
> > 
> > 
> > On Feb 18,  2:08pm, Lev Assinovsky wrote:
> > 
> > > I try to debug the application where dynamic objects 
> > > are loaded through user's dlopen explicit call.
> > > The only way to set breakpoint in .so is to open source after 
> > > .so got loaded (I have to detect this moment myself).
> > 
> > GDB can help you with this if you you do ``set 
> > stop-on-solib-events 1''.
> > You'll probably want to do this well after your program has started
> > though to avoid stopping every time one of the shared 
> > libraries specified
> > on the link line gets loaded.
> > 
> > > I perform source opening by issue the commands "shared library" and
> > > "list <file>:1".
> > 
> > Have you disabled ``auto-solib-add''?  If not, you shouldn't need to
> > invoke the ``sharedlibrary'' command directly.  I.e, gdb should
> > automatically load the shared libraries for you (unless you've told it
> > not to).
> 
> Here the point is! I don't have "classic" shared libraries like 
> libxxx.so. And application is not linked with them.
> I have xxx.so and load it via dlopen function. I.e. gdb doesn't have
> any knowledge about c++ files in my shared object until I type in "sharedlibrary" command!

GDB should still automatically load symbols for them.  You shouldn't
need to use "sharedlibrary".


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-02-20 14:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-20 10:25 Lev Assinovsky
2003-02-20 14:59 ` Daniel Jacobowitz [this message]
2003-02-20 15:27 ` Kevin Buettner
  -- strict thread matches above, loose matches on Subject: below --
2003-02-18 11:08 Lev Assinovsky
2003-02-19 21:42 ` Kevin Buettner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030220145922.GB28816@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=LAssinovsky@algorithm.aelita.com \
    --cc=gdb@sources.redhat.com \
    --cc=kevinb@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox