This is the mail archive of the gdb-prs@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]

[Bug breakpoints/15693] Extra *running event when call-style dprintf hits


http://sourceware.org/bugzilla/show_bug.cgi?id=15693

--- Comment #2 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
(In reply to Pedro Alves from comment #1)
> Yeah, you'll this for all infcalls, not just dprintf+call.
[...]
>(gdb) b 14 if return_false ()

That is interesting.  If there is an infcall that causes a bp to be skipped, we
see this extra *running event.
But if it is not an infcall and the bp is still skipped (due to some other
condition), we don't see the event.

> We should be suppressing that if we never told the user/frontend the thread
> was stopped.

Nicer.  Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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