From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9330 invoked by alias); 4 Jun 2014 00:28:35 -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 9315 invoked by uid 89); 4 Jun 2014 00:28:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 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-ve0-f182.google.com Received: from mail-ve0-f182.google.com (HELO mail-ve0-f182.google.com) (209.85.128.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 00:28:32 +0000 Received: by mail-ve0-f182.google.com with SMTP id sa20so7866880veb.41 for ; Tue, 03 Jun 2014 17:28:29 -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=mmPsXin1LWUdcPqb3s3tUxRfAOSL4OkQHzJPXaR6HZo=; b=ahXbKutljg3rce8F6dMPTjcyoTVOUfXKWYtrdN777wMvqjfC6pF14ZZeSELj6wfair Q6UnJl+lpeIdIde7u+7tLGb6/L+583Z/YRQn5OIBRQHzHnSi/KW5YFu97CbL3Mf1MU2+ 2nSQ50LcuZsgxgl2QwCzYxQgeCzA7mFGMBefvQ4BH964o3pxYTOv41ZvB8+uKVF/6eG7 Nc6nfio1lITK/V4a0/zhfn7pqczE4Oufn2zqHdqQktGXj/ZOwHUre4CTRQq8eRV6IBUZ aFa3eBqygk83ooaOlkZJUpEqnUEkbI4GkMDmYyVV0cNU6z8mr3UsMgdWQsjdtGty3YcR xfdw== X-Gm-Message-State: ALoCoQn7fJG9kHXQwuCHi/8fhkowkpBJ5QNR1hLcrbR+RCYxl4oeR7JoQ9pzVQEqQ3VvjeD353+z MIME-Version: 1.0 X-Received: by 10.58.228.163 with SMTP id sj3mr13833800vec.28.1401841709735; Tue, 03 Jun 2014 17:28:29 -0700 (PDT) Received: by 10.52.28.230 with HTTP; Tue, 3 Jun 2014 17:28:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 04 Jun 2014 00:28:00 -0000 Message-ID: Subject: Re: [PATCH 4/4 v20] Add xmethod support to the Python API From: Doug Evans To: Siva Chandra Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00101.txt.bz2 On Tue, Jun 3, 2014 at 10:12 AM, Siva Chandra wrote: > 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. The thanks is mine! This is a feature I've wanted for a long time, but haven't had the time myself to implement it.