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


>> 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


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