From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127876 invoked by alias); 28 Sep 2015 04:50:13 -0000 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 Received: (qmail 127865 invoked by uid 89); 28 Sep 2015 04:50:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f41.google.com Received: from mail-qg0-f41.google.com (HELO mail-qg0-f41.google.com) (209.85.192.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 28 Sep 2015 04:50:11 +0000 Received: by qgt47 with SMTP id 47so111809723qgt.2 for ; Sun, 27 Sep 2015 21:50:09 -0700 (PDT) X-Received: by 10.140.41.240 with SMTP id z103mr19395381qgz.7.1443415809701; Sun, 27 Sep 2015 21:50:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.75.85 with HTTP; Sun, 27 Sep 2015 21:49:40 -0700 (PDT) In-Reply-To: References: From: Simon Marchi Date: Mon, 28 Sep 2015 04:50:00 -0000 Message-ID: Subject: Re: Python API: Type introspection of function arguments To: =?UTF-8?Q?Martin_=C3=9Cnsal?= Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00028.txt.bz2 On 27 September 2015 at 19:28, Simon Marchi wrote: > The patch attached to the bug seems to make it work again. I am > running the regression testsuite at the moment. If it's successful, > I'll try to add a test for that and submit it... unless you want to do > it, of course :). FYI, I posted the patch along with a test: https://sourceware.org/ml/gdb-patches/2015-09/msg00596.html Simon