This is the mail archive of the gdb-patches@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: [PATCH] Fix bug 15293 Ignore-count does not work properly with dprintf


On Tue, Apr 23, 2013 at 12:10 AM, Tom Tromey <tromey@redhat.com> wrote:
>>> But it seems to me that "ignore" should make the "dprintf" not print
>>> anything at all.  Otherwise, what is being ignored?
>
> Hui> If dprintf is not ignore, it will stop, print and continue.
> Hui> If ignore, it will not stop.  So it will not print anything.
>
> Ok, I see.
> The first time I tried it I think I must have misread the output.
>
> Hui> Because after breakpoint pass this ignore, it will not show in "info break"
>
> Ok, thanks.
>
> The patch is ok.
>
> Tom

Checked in to http://sourceware.org/ml/gdb-cvs/2013-04/msg00222.html

Can I check in this patch to 7.6 branch.

Thanks,
Hui


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