From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126808 invoked by alias); 1 Feb 2018 20:41:56 -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 126676 invoked by uid 89); 1 Feb 2018 20:41:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=nightmare, H*f:sk:9240f26, Hx-spam-relays-external:ESMTPA, HContent-Transfer-Encoding:8bit X-HELO: jax4mhob01.myregisteredsite.com Received: from jax4mhob01.myregisteredsite.com (HELO jax4mhob01.myregisteredsite.com) (64.69.218.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Feb 2018 20:41:54 +0000 Received: from mailpod.hostingplatform.com ([10.30.77.35]) by jax4mhob01.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id w11KfohA024893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 1 Feb 2018 15:41:51 -0500 Received: (qmail 1370 invoked by uid 0); 1 Feb 2018 20:41:50 -0000 X-TCPREMOTEIP: 99.253.103.29 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO sedna.genunix.com) (dclarke@blastwave.org@99.253.103.29) by 0 with ESMTPA; 1 Feb 2018 20:41:50 -0000 Subject: Re: [ANNOUNCEMENT] GDB 8.1 released! To: Joel Brobecker Cc: gdb@sourceware.org References: <9240f266bc7856acebd21eed63045c01@polymtl.ca> <693c0f43-2955-0b3b-33d9-34545c7f9c72@blastwave.org> <20180201094732.qxblhtja7ss6bq4i@adacore.com> From: Dennis Clarke Message-ID: <27a0c8c0-747a-fc79-b8ef-d3188d53e806@blastwave.org> Date: Thu, 01 Feb 2018 20:41:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180201094732.qxblhtja7ss6bq4i@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00004.txt.bz2 On 01/02/18 04:47 AM, Joel Brobecker wrote: >>> Just one precision: > > Thanks, Simon! > >>>>   * New 'rbreak' command to insert a number of breakpoints via a regular >>>>     expression pattern (requires Python); >> >> Just a question to clarify here but do I now need big ol' python to >> build gdb from source? > > Python is still optional. > thank you for that ! I think building python from source is a nightmare. Same with PHP7.x these days. dc