Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Re: 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)

The problem is restoring breakpoints to labels that do not correspond to
a source file. This would typically be something like "break reset_vector"
which breaks at some machine code inside the .elf file, but outside source
files associated with that .elf file.





-- 
Øyvind Harboe
http://www.zylin.com - eCos ARM & FPGA developer kit


Back to the top