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] not trigger pagination with dprintf


On Thu, Apr 25, 2013 at 4:40 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Hui" == Hui Zhu <teawater@gmail.com> writes:
>
> Hui> Will you OK if I update patch to make printf_command call ui_printf
> Hui> with filter is 0 just with dprintf?
>
> I just don't understand why dprintf should be special in this regard.
> Nothing else is.

Because as the Marc said in bugzilla, when pagination is triggered,
inferior execution will be interrupted until the user answers the
pagination prompt.
And dptintf breakpoint call printf in its commands.  So I want to make
dprintf can handle it.

Thanks,
Hui

>
> Tom


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