From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13472 invoked by alias); 22 Dec 2016 23:40:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 13455 invoked by uid 89); 22 Dec 2016 23:40:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:1482447, H*i:sk:1482447 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yb0-f193.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tekul683ZOiMiIdZ85strT1c6cuLGmnHio11M1LKmEw=; b=RvuWmGjTZiE4W5JxVNmFuvnJ+4ieAHtrVPsGzyn9v/K/Cau9RzAv8xe2pYyByyTOA1 JFOnanGhuOjo34ZZ7v6oFU5nMcxlgevAPU7Rs/YdxqfLKgFYDS86xCNgUijPMx9zBky9 nWd3PbTehIfzrL8Zp69syXhCbNw4A1tNp5sgwPOtdZntE+1IZD1h2Qf435uq9Y77Qa3m /YOJ9WyAP8iXEVOaTuR5pokbyjTBbwL3osKQsNawVmGdJrkmmuX+xBBC9eJCeK6Dee7t EEAr4tTfo9NJ3H/kICzQ7vYR5n0jIKqFQcJ+HFeEwKAVF+RU0bjMkkkCBAPul0CNXEAV pBqQ== X-Gm-Message-State: AIkVDXIKPHgBwdUbcLU1eKwPT0qxGvDg8yXR7tYOwvM+uiRgkvoQsDzrKO4rQSr1hJSRZaVcPDYvLBAI9bThkw== X-Received: by 10.37.6.86 with SMTP id 83mr8234869ybg.32.1482450009646; Thu, 22 Dec 2016 15:40:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1482447010.14990.815.camel@redhat.com> References: <1481576088-15304-1-git-send-email-omgalvan.86@gmail.com> <1482424494.14990.810.camel@redhat.com> <1482447010.14990.815.camel@redhat.com> From: Martin Galvan Date: Thu, 22 Dec 2016 23:40:00 -0000 Message-ID: Subject: Re: [PATCH v11] Add pretty printers for the NPTL lock types To: Torvald Riegel Cc: siddhesh@sourceware.org, Joseph Myers , libc-alpha@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-12/txt/msg00897.txt.bz2 2016-12-22 19:50 GMT-03:00 Torvald Riegel : > I first thought it would pick the system gdb and not the one from $PATH. What would be the difference between the "system gdb" and the one from $PATH? Unless you altered your $PATH to make it point to the newly built gdb, I don't understand what you mean. > It seems that the new gdb is used, but the test script > still complaints that the gdb doesn't support python ('gdb must have > python support to test the pretty printers.'). pexpect should be > installed for the python that's used. What am I doing wrong? How did you come to the conclusion that the new gdb is being used? In any case, I think it would be helpful to see the value of gdb_python_error before the test script exits.