From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13529 invoked by alias); 4 Jun 2014 13:29:28 -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 13518 invoked by uid 89); 4 Jun 2014 13:29:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 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-wg0-f41.google.com Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 13:29:26 +0000 Received: by mail-wg0-f41.google.com with SMTP id z12so8500583wgg.12 for ; Wed, 04 Jun 2014 06:29:23 -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=0htzqtU6c42+T7RvMtrkstYxl5vsQeyZZBxIel109XM=; b=QlXJZH4tBpJEm57tFf4OB1XgFxuu5Gwuz/paXBm8Z9pTQIJmzc+mN/23ecaH5NlX2P EYKL2LcSdx4nHF+d0V7tykQG9xlkETPWYyu11xCwhxXS74MbHI6VUHyItAhScznEwk8A d/zW9jbVtzsQpmbzoR27lqwOohsMkjwsgba0zOvBun+Japp0F+677n9S51FyBhWzXtiH r5Kq41MIUvVP6zUf5u/xLtMwDfH8foD1SRiM1/3z+qjaSejN4V6jLugiqebiAcpGFjhM 06DFhm2s0gfddpkLC+C68ZBVdLZKZSUbEvqsm/T3qxvh1ivxiImkjLJ8ObMbVRx0hMw4 JMyg== X-Gm-Message-State: ALoCoQlKaKIVdhsLy9c7C0mM06NlL8VVtAyS2XXCmHNqkdzJhaT28cviy5A0v6QbEMwydoVT0ts8 MIME-Version: 1.0 X-Received: by 10.194.249.134 with SMTP id yu6mr4955007wjc.86.1401888562439; Wed, 04 Jun 2014 06:29:22 -0700 (PDT) Received: by 10.217.51.7 with HTTP; Wed, 4 Jun 2014 06:29:22 -0700 (PDT) In-Reply-To: <538F1B57.2070508@redhat.com> References: <538F1B57.2070508@redhat.com> Date: Wed, 04 Jun 2014 13:29:00 -0000 Message-ID: Subject: Re: [PATCH 4/4 v20] Add xmethod support to the Python API From: Siva Chandra To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00158.txt.bz2 On Wed, Jun 4, 2014 at 6:12 AM, Pedro Alves wrote: > FYI, I saw that the new tests fail against GDBserver. I filed > a PR17017 for it: > > https://sourceware.org/bugzilla/show_bug.cgi?id=17017 Thanks, Pedro. I am looking into it.