This is the mail archive of the gdb-prs@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]

[Bug breakpoints/15182] Pagination is triggered for dprintf


http://sourceware.org/bugzilla/show_bug.cgi?id=15182

--- Comment #4 from Marc Khouzam <marc.khouzam at ericsson dot com> 2013-05-03 10:44:11 UTC ---
(In reply to comment #0)

>    b) pagination is triggered by the dprintf but not by real 
>       inferior output. So, as dprintf and inferior printouts 
>       appear interleaved on the screen, the pagination prompt 
>       will be triggered when the dprintfs add up to too many, 
>       which will seem random to the user, since the other 
>       printouts are also visible.

Just for the sake of completeness, since normal inferior output does not
trigger pagination, and that dprintf output should behave like real output, I
wonder why we can't have the dprintf use the same technique as normal output?

But anyway, that is not a big deal, I just wanted to complete the discussion.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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