From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32564 invoked by alias); 2 Jun 2012 05:28:45 -0000 Received: (qmail 32556 invoked by uid 22791); 2 Jun 2012 05:28:43 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Jun 2012 05:28:30 +0000 Received: by vbbey12 with SMTP id ey12so2034593vbb.0 for ; Fri, 01 Jun 2012 22:28:29 -0700 (PDT) Received: by 10.52.66.205 with SMTP id h13mr4633548vdt.87.1338614909500; Fri, 01 Jun 2012 22:28:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.28.202 with HTTP; Fri, 1 Jun 2012 22:28:09 -0700 (PDT) In-Reply-To: <33943560.post@talk.nabble.com> References: <33943560.post@talk.nabble.com> From: Niko Sams Date: Sat, 02 Jun 2012 05:28:00 -0000 Message-ID: Subject: Re: help with pretty printing To: somersetgraham Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2012-06/txt/msg00003.txt.bz2 On Fri, Jun 1, 2012 at 11:07 AM, somersetgraham wrote: > > I am writing some gdb pretty printers for Qt classes to be used in the > Eclipse IDE, but cannot seem to handle pointers to data structures very well > (I am very new to Python) No answer to your question, but did you consider contributing your pretty printers to kdevelop? cheers, Niko