From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21110 invoked by alias); 24 Jul 2007 16:29:52 -0000 Received: (qmail 21102 invoked by uid 22791); 24 Jul 2007 16:29:51 -0000 X-Spam-Check-By: sourceware.org Received: from mail.artimi.com (HELO mail.artimi.com) (194.72.81.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jul 2007 16:29:47 +0000 Received: from rainbow ([192.168.8.46]) by mail.artimi.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Jul 2007 17:29:44 +0100 From: "Dave Korn" To: =?iso-8859-1?Q?'=22Veysel_=D6zer=22'?= , References: <20070724155037.168670@gmx.net> Subject: RE: less style pagination Date: Tue, 24 Jul 2007 17:01:00 -0000 Message-ID: <01f301c7ce0f$d8254160$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20070724155037.168670@gmx.net> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00169.txt.bz2 On 24 July 2007 16:51, "Veysel =D6zer" wrote: > hello, >=20 > as pagination is required while displaying > large amounts of data, i asked myself if somebody > likes to implement a similar way like less does it. >=20 > Maybe reusing less is even better then rebuilding ;) >=20 > Advantages would be: > - able to go back some lines > - search in buffer > ... Haven't tried it, but the easy way to do this might just be to turn on logging at the beginning of your gdb session and "tail -f"ing the logfile through less in a separate shell.... cheers, DaveK --=20 Can't think of a witty .sigline today....