From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 428 invoked by alias); 10 Jan 2013 13:59:06 -0000 Received: (qmail 413 invoked by uid 22791); 10 Jan 2013 13:59:04 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ee0-f46.google.com (HELO mail-ee0-f46.google.com) (74.125.83.46) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Jan 2013 13:59:00 +0000 Received: by mail-ee0-f46.google.com with SMTP id e49so288016eek.5 for ; Thu, 10 Jan 2013 05:58:58 -0800 (PST) Received: by 10.14.194.195 with SMTP id m43mr193649493een.44.1357826338752; Thu, 10 Jan 2013 05:58:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.201.202 with HTTP; Thu, 10 Jan 2013 05:58:38 -0800 (PST) From: Surya Kiran Gullapalli Date: Thu, 10 Jan 2013 13:59:00 -0000 Message-ID: Subject: Colors in gdb To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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: 2013-01/txt/msg00036.txt.bz2 Hello, I'm using gdb-7.5 and I'd like to see gdb printing the data in colors (the output from print command for regular types and pretty printers as well) I tried the python api to do the color printing by using ansi escape sequences. They did not work. Is it supported in gdb ? If so, How ? Thanks in advance, Surya