| Related articles |
|---|
| [2 earlier articles] |
| Re: Debugger Info Mark.van.den.Brand@cwi.nl (M.G.J. van den Brand) (2002-07-25) |
| Re: Debugger Info joachim_d@gmx.de (Joachim Durchholz) (2002-07-25) |
| Re: Debugger Info marcov@toad.stack.nl (Marco van de Voort) (2002-07-31) |
| Re: Debugger Info velco@fadata.bg (Momchil Velikov) (2002-07-31) |
| Re: Debugger Info sander@haldjas.folklore.ee (Sander Vesik) (2002-07-31) |
| Re: Debugger Info ppluzhnikov@earthlink.net (Paul Pluzhnikov) (2002-08-04) |
| Re: Debugger Info srikanth@cup.hp.com (srikanth) (2002-08-14) |
| From: | "srikanth" <srikanth@cup.hp.com> |
| Newsgroups: | comp.compilers |
| Date: | 14 Aug 2002 02:23:07 -0400 |
| Organization: | SSO-IT, Hewlett-Packard Co. |
| References: | 02-07-085 02-07-093 02-07-144 02-08-012 |
| Keywords: | debug |
| Posted-Date: | 14 Aug 2002 02:23:06 EDT |
Paul Pluzhnikov wrote:
> "Sander Vesik" <sander@haldjas.folklore.ee> writes:
>
> > Paul Pluzhnikov <ppluzhnikov@earthlink.net> wrote:
> >
> > > Here are the features that gdb lacks, or misfeatures (it may
> ....
> > > - unable to set break points in DSO until that DSO has been
> > > loaded (makes debugging static constructors rather tricky)
> >
HP's version of gdb allows "deferred breakpoints" where the debugger would
automatically activate the breakpoint upon the loading of a shared library
containing the symbol. This works with explicitly linked libraries as well as
dlopened ones.
Srikanth
Return to the
comp.compilers page.
Search the
comp.compilers archives again.