Multiple breakpoints with MI?
André Pönitz
apoenitz@trolltech.com
Thu Oct 9 08:02:00 GMT 2008
If I set a breakpoint in a (C++) constructor, gdb helpfully puts
breakpoints in all incarnations of the code. It also reports them
when running 'info break', "unfortunately" is a human-readable
but not easily machine-readable way.
Is there a way to get the same kind of information using the MI?
-break-list only reports a single breakpoint with a somewhat
weird format (two "addr=" fields, one containing the string
"<PENDING>")?
Andre'
More information about the Gdb
mailing list