This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Temporary breakpoints delete notification


"Jonathon Jongsma" <jonathon.jongsma@gmail.com> writes:
> broke when we hit a temporary breakpoint.  Compare the gdb/mi output
> from hitting a temporary breakpoint:
> *stopped,thread-id="1",frame={addr="0x080557bb",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfca9c54"}],file="main.cc",fullname="/home/jonathon/Projects/xplot/src/main.cc",line="51"}
> to the output from hitting a standard breakpoint:
> *stopped,reason="breakpoint-hit",bkptno="1",thread-id="1",frame={addr="0x08055769",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfca9c54"}],file="main.cc",fullname="/home/jonathon/Projects/xplot/src/main.cc",line="43"}

I think this is simply a bug.  GDB should report a reason, etc. for
temporary breakpoints just as it does for other breakpoints.

Can you see what it would take to fix this?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]