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


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

If pagination from a breakpoint's commands really breaks gdb, then it
should be disabled universally while in "commands", not just for
dprintf.

If it doesn't break gdb, well, then it seems like it is what the user
asked for.

Tom


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