Re: Debugger Info

"Sander Vesik" <sander@haldjas.folklore.ee>
31 Jul 2002 01:19:26 -0400

          From comp.compilers

Related articles
Debugger Info e_shamanth@yahoo.com (shamanth) (2002-07-21)
Re: Debugger Info ppluzhnikov@earthlink.net (Paul Pluzhnikov) (2002-07-24)
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)
| List of all articles for this month |

From: "Sander Vesik" <sander@haldjas.folklore.ee>
Newsgroups: comp.compilers
Date: 31 Jul 2002 01:19:26 -0400
Organization: ERA/EKI FO
References: 02-07-085 02-07-093
Keywords: debug
Posted-Date: 31 Jul 2002 01:19:25 EDT

Paul Pluzhnikov <ppluzhnikov@earthlink.net> wrote:


[snip]


> Here are the features that gdb lacks, or misfeatures (it may
> well be that the feature is actually present, but I do not know
> about it -- feel free to enlighten me ;-):
> - unable to set break points in DSO until that DSO has been
> loaded (makes debugging static constructors rather tricky)


I think this is a (mis)feature of the dynamic linker (ld.so) rather
than the debugger. To do this you would need direct support for it
in the dynamic linker (at the very least) or being able to use a
different, debug-enbled dynamic linker. At least on ELF platforms.


[snip]


--
Sander


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.