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 04/26/2013 11:35 AM, Hui Zhu wrote:
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.

Instead of fixing this problem, could we document that user has to disable pagination when dprintf breakpoint is used? Something similar is documented for non-stop here <http://sourceware.org/gdb/onlinedocs/gdb/Non_002dStop-Mode.html>

     # If using the CLI, pagination breaks non-stop.
     set pagination off
--
Yao (éå)


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