Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Heads-up: API-breaking change: MIBreakpoint.java - use a String instead of an int, to track breakpoint number

Hi,

This has been identified as a worthwhile, but API-breaking, change. It's useful because GDB can use a non-integer id for breakpoints. i.e. breakpoint "1.2" (second breakpoint of process 1).

I am starting to work on this change; more on it later.

Regards,

Marc



Back to the top