MI: reporting of multiple breakpoints

Vladimir Prus ghost@cs.msu.su
Fri Feb 17 15:32:00 GMT 2006


Hello!
It seems that for stop on multiple breakpoints, MI reports only one:

    (gdb)
    -break-insert main
    ^done,bkpt={number="1",type="breakpoint".....
    (gdb)
    -break-insert main
    ^done,bkpt={number="2",type="breakpoint"......
    (gdb)
    -exec-run
    ^running
    (gdb)
   *stopped,reason="breakpoint-hit",bkptno="1",thread-id="1",frame={...}

Is this a bug, or by design?


- Volodya



More information about the Gdb mailing list