From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25047 invoked by alias); 3 May 2013 10:38:22 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 25017 invoked by uid 48); 3 May 2013 10:38:22 -0000 From: "marc.khouzam at ericsson dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/15182] Pagination is triggered for dprintf Date: Fri, 03 May 2013 10:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marc.khouzam at ericsson dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: teawater at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00182.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D15182 --- Comment #3 from Marc Khouzam 2013-05= -03 10:38:21 UTC --- (In reply to comment #2) > http://www.sourceware.org/ml/gdb-patches/2013-04/msg00790.html >=20 > Instead of fixing this problem, could we document that user has to disable > pagination when dprintf breakpoint is used? Something similar is document= ed for > non-stop here >=20 > # If using the CLI, pagination breaks non-stop. > set pagination off > -- > Yao (=C3=A9=C3=A5) Yes, that sounds like a good enough solution. --=20 Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are on the CC list for the bug. >>From gdb-prs-return-13594-listarch-gdb-prs=sources.redhat.com@sourceware.org Fri May 03 10:44:12 2013 Return-Path: Delivered-To: listarch-gdb-prs@sources.redhat.com Received: (qmail 29062 invoked by alias); 3 May 2013 10:44:12 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Delivered-To: mailing list gdb-prs@sourceware.org Received: (qmail 29006 invoked by uid 48); 3 May 2013 10:44:12 -0000 From: "marc.khouzam at ericsson dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/15182] Pagination is triggered for dprintf Date: Fri, 03 May 2013 10:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marc.khouzam at ericsson dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: teawater at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00183.txt.bz2 Content-length: 1009 http://sourceware.org/bugzilla/show_bug.cgi?id=15182 --- Comment #4 from Marc Khouzam 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.