Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Re: BreakpointManager.java is broken

If you cannot create it from UI when this code would not be executed. I 
don't get what you trying to fix.
If you type it in console it would work (on CDT HEAD)

Øyvind Harboe wrote:
>
> >  If you remove this breakpoints on static functions would not work.
> >  Btw how can you create function breakpoint from UI which does not have
> >  proper file?
>
> I don't know that you can.
>
> Try breaking at an address in the .elf that has no source code tied to
> it, or at an address outside the .elf entirely(e.g. interrupt vector, 
> operating
> system, etc.).
>
> For embedded debugging the GDB console is your friend. CDT treats
> the GDB console as an abomination that should be hidden if at all
> possible. I'm advocating the oposite that CDT should strive to make the
> GDB console *more* available and better supported(e.g. by adding back
> the GDB prompt).
>
>
>
> >  In any case you cannot attach path to this e-mail it has to be bug 
> report.
>
> I'm trying to use cdt-debug-dev to discuss problem and possible solutions
> before posting a bug report.
>
> Should I post a bug report rather than "cluttering" cdt-debug-dev?
>
> Either is fine by me as long as it is an effective forum for discussion.
>
> -- 
> Øyvind Harboe
> http://www.zylin.com - eCos ARM & FPGA developer kit
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>


Back to the top