From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29277 invoked by alias); 27 Mar 2009 00:19:13 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 29268 invoked by uid 22791); 27 Mar 2009 00:19:12 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Andrew Sutherland Cc: archer@sourceware.org Subject: Re: [python] how best to support colorized output? (with example colorized backtrace) References: From: Tom Tromey Reply-To: Tom Tromey Date: Fri, 27 Mar 2009 00:19:00 -0000 In-Reply-To: (Andrew Sutherland's message of "Thu\, 26 Mar 2009 15\:27\:48 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q1/txt/msg00415.txt.bz2 >>>>> "Andrew" == Andrew Sutherland writes: Andrew> http://www.visophyte.org/blog/2009/03/04/gaudily-colorized-gdb-backtraces-woo/ Cool! Andrew> Thiago dropped by and commented, suggesting I post about it here. Nice outreach, thanks Thiago. Andrew> While my solution was never intended to make it upstream (and should Andrew> not), I'd be interesting in finding out how colorized output could be Andrew> implemented that could be integrated. I think the only thing I would suggest would be to use the existing filtering backtrace, and just reimplement colorization as a filter. If that's not possible (I didn't dig into the details too much), let's modify the existing Python backtrace command to make it possible :-) Tom