This is the mail archive of the gdb@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: less style pagination


On 24 July 2007 16:51, "Veysel Özer" wrote:

> hello,
> 
> 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.
> 
> Maybe reusing less is even better then rebuilding ;)
> 
> 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
-- 
Can't think of a witty .sigline today....


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