Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] [DSF-GDB] Pending breakpoint support

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alena Laskavaia
> Sent: Friday, August 20, 2010 2:32 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] [DSF-GDB] Pending breakpoint support
> 
> How this is intended to work in DSF. I.e. if user has to debug shared
> lirbary (i.e. put breakpoint in it),
> how to do it right now?

I think the user would need to set the breakpoint in the library
_after_ is has been loaded.

I think the first step would be to fix
http://bugs.eclipse.org/309704 DSF-GDB lacks ability to stop on load library events

then the user could easily set the bp after the lib is loaded.
I have already attached the fix to the bug, if someone can confirm it works ok,
I'll commit it.

Thanks

Marc


> 
> On Fri, Aug 20, 2010 at 2:20 PM, Andy Jin <ajin@xxxxxxx> wrote:
> > Just wondering what's the plan for pending breakpoint support in
> > DSF-GDB?
> >
> > I see it is still listed as one missing feature parity with 
> CDI but it's
> > listed under the "minor" section
> > (http://wiki.eclipse.org/CDT/cdt-debug-feature-parity-effort).
> >
> > Without this feature we can't debug share library which is 
> not loaded at
> > program startup; and this (supposed) is a pretty common requirement.
> >
> > >From this point on this bug should not be considered minor, am I
> > correct?
> >
> > Thanks,
> > Andy
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top