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

On 20/08/2010 3:25 PM, Marc Khouzam wrote:
For earlier GDBs (your proposed solution will only be available
for GDB 7.3 at the earliest), maybe we can do something in DSF-GDB
that is not perfect in terms of markers, but that would at least
improve the current situation.
Setting all breakpoints as pending should work. All you need is to add "-f" flag to "break-insert". Of course, markers will not be updated.


Back to the top