From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21239 invoked by alias); 18 Jan 2010 03:43:16 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21229 invoked by uid 22791); 18 Jan 2010 03:43:15 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Reply-To: matt@mmmccormick.com In-Reply-To: <1262271582-23248-2-git-send-email-matt@mmmccormick.com> References: <1262271582-23248-1-git-send-email-matt@mmmccormick.com> <1262271582-23248-2-git-send-email-matt@mmmccormick.com> Date: Mon, 18 Jan 2010 03:43:00 -0000 Message-ID: Subject: Re: [PATCH 2/3] [python] Create gdb.pretty.register From: "Matthew McCormick (thewtex)" To: archer@sourceware.org Cc: Matt McCormick Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2010-q1/txt/msg00017.txt.bz2 An updated series of these patches with the following: Rebase against archer-tromey-python Split out a _canonical_type (self, gdb_type) method in RELookupFunction for reusability's sake. Regression tested.