From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29996 invoked by alias); 14 Jul 2014 02:50:58 -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 29971 invoked by uid 48); 14 Jul 2014 02:50:57 -0000 From: "xdje42 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug cli/17151] New: pagination should be per line Date: Mon, 14 Jul 2014 02:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: xdje42 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00067.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17151 Bug ID: 17151 Summary: pagination should be per line Product: gdb Version: HEAD Status: NEW Severity: minor Priority: P2 Component: cli Assignee: unassigned at sourceware dot org Reporter: xdje42 at gmail dot com While playing with bug 16809 I discovered this. set height 1 i thr --> (gdb) i thr ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Id---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Target Id---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Frame---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- 5---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Thread 0x7ffff67c6700 (LWP 31214) "forever-threads"---Type to continue, or q to quit--- ---Type to continue, or q to quit--- (running) ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- 4---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Thread 0x7ffff6fc7700 (LWP 31213) "forever-threads"---Type to continue, or q to quit--- ---Type to continue, or q to quit--- (running) ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- 3---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Thread 0x7ffff77c8700 (LWP 31212) "forever-threads"---Type to continue, or q to quit--- ---Type to continue, or q to quit--- (running) ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- 2---Type to continue, or q to quit--- ---Type to continue, or q to quit--- ---Type to continue, or q to quit--- Thread 0x7ffff7fc9700 (LWP 31211) "forever-threads"---Type to continue, or q to quit--- ---Type to continue, or q to quit--- (running) ---Type to continue, or q to quit--- [at this point I gave up] A height of 2 works ok. So either 1 needs to be disallowed or something more sensible done. (gdb) set height 2 (gdb) i thr Id Target Id Frame ---Type to continue, or q to quit--- 5 Thread 0x7ffff67c6700 (LWP 31214) "forever-threads" (running) ---Type to continue, or q to quit--- 4 Thread 0x7ffff6fc7700 (LWP 31213) "forever-threads" (running) ---Type to continue, or q to quit--- 3 Thread 0x7ffff77c8700 (LWP 31212) "forever-threads" (running) ---Type to continue, or q to quit--- 2 Thread 0x7ffff7fc9700 (LWP 31211) "forever-threads" (running) ---Type to continue, or q to quit--- * 1 Thread 0x7ffff7fcb740 (LWP 31207) "forever-threads" (running) Testcase: forever-threads.c from bug 17147. -- You are receiving this mail because: You are on the CC list for the bug.