From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4690 invoked by alias); 23 Oct 2012 19:49:53 -0000 Received: (qmail 4679 invoked by uid 22791); 23 Oct 2012 19:49:51 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Oct 2012 19:49:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B43032E00F; Tue, 23 Oct 2012 15:49:44 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r0xCiTYhmtgl; Tue, 23 Oct 2012 15:49:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 876241C7E81; Tue, 23 Oct 2012 15:49:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9C288C7F78; Tue, 23 Oct 2012 15:49:43 -0400 (EDT) Date: Tue, 23 Oct 2012 19:49:00 -0000 From: Joel Brobecker To: Bruce Korb Cc: Tom Tromey , Abhijit Halder , gdb@sourceware.org Subject: Re: custom runtime GDB extensions Message-ID: <20121023194943.GE3571@adacore.com> References: <508486C7.4080505@gmail.com> <87pq4agr0t.fsf@fleche.redhat.com> <87wqyhdmxq.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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-10/txt/msg00097.txt.bz2 > A pointer to a cook book would be really helpful. Thank you so much! My point of view of a "cookbook" solution to extending GDB would be to use the Python extension interface. It does depend on having a GDB that includes Python support, but python suppport has been around for a while, now, so I do not think it is an unreasonable assumption. -- Joel