Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] determining which breakpoint was hit

Is there any way to programmatically determine which breakpoint was hit
in a CDT 1.2 project?

JDT reports SUSPEND/BREAKPOINT events on the IThread, and specifies the
relevant breakpoint through the IThread getBreakpoints() method. CDT
reports the events on the IDebugTarget, and its child IThread objects do
not provide anything through getBreakpoints().

I will start looking at internals and GDB MI interface to see if I can
find a temporary solution.

Thanks,

- Geoff Gustafson

[My opinions do not necessarily reflect those of my employer.]


Back to the top