From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23246 invoked by alias); 3 Jun 2014 17:12:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23231 invoked by uid 89); 3 Jun 2014 17:12:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f175.google.com Received: from mail-wi0-f175.google.com (HELO mail-wi0-f175.google.com) (209.85.212.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 Jun 2014 17:12:50 +0000 Received: by mail-wi0-f175.google.com with SMTP id f8so6904320wiw.14 for ; Tue, 03 Jun 2014 10:12:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=KZJYufRdt9HpPmPUTtM68yPhAQVBKzNSXYGVDZQ9IHg=; b=M7lx4k70Y/Iw/o/FVPWJRB4uZjBqaCFsz+CyLxXg1XXKbWSdEN/hTH0WpusIaD/Jzg 3ERbviLKbNbes864bAWIASaJMZet1rhnEqFShosbN6Dzm55tBoO0kM1ERR4r5/Cdrs8b NykOSfWst2rMIsVupSHv5DINlSFXVY0vrsYh7Ip/XTtEnfKoq8rAUUQhBim2v+nmMsuK ODb8Dsooh06IH9K5yDE5f5KP75rOESq2qV582Irg7gePiR2SpxVRazF5kqwiCXjPlewA wDTiPEXkzpV0rWoLItBUCxMu8oNCozkAHWwnaQoNYhw4OyMTFi4k9bpJ2uyAubWpNVEo c0FA== X-Gm-Message-State: ALoCoQnQvT9i3f+UxdDoriIW43lkNqlSFWr6BTGW/0ll5V4R7XJIYgay9JN5ptz90Jq4STuWb9bW MIME-Version: 1.0 X-Received: by 10.194.249.134 with SMTP id yu6mr18209263wjc.86.1401815567394; Tue, 03 Jun 2014 10:12:47 -0700 (PDT) Received: by 10.217.51.7 with HTTP; Tue, 3 Jun 2014 10:12:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 03 Jun 2014 17:12:00 -0000 Message-ID: Subject: Re: [PATCH 4/4 v20] Add xmethod support to the Python API From: Siva Chandra To: Doug Evans Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00097.txt.bz2 On Mon, Jun 2, 2014 at 7:02 PM, Doug Evans wrote: > > LGTM, thanks. Committed all parts of this series. One and a half years in the making... thanks a lot for enduring me.