From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48805 invoked by alias); 7 Dec 2017 14:54:49 -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 48794 invoked by uid 89); 7 Dec 2017 14:54:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Dec 2017 14:54:47 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id vB7EseGK004707 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 7 Dec 2017 09:54:45 -0500 Received: by simark.ca (Postfix, from userid 112) id 8D07D1E59C; Thu, 7 Dec 2017 09:54:40 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 7C2661E4C4; Thu, 7 Dec 2017 09:54:39 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 07 Dec 2017 14:54:00 -0000 From: Simon Marchi To: Phil Muldoon Cc: Simon Marchi , Keith Seitz , palves@redhat.com, eliz@gnu.org, gdb-patches@sourceware.org Subject: Re: [python] Allow explicit locations in breakpoints. In-Reply-To: References: <04ccc2c4-7827-eedc-d8db-a83a0167acb6@redhat.com> <58311250-9ab1-39d1-99b6-07478bc8c2ab@redhat.com> <4768c7ad-cc3d-5702-fa93-40e9760d4ee8@ericsson.com> <81f2b22a-ba79-cc7c-ee85-95d2d433a90e@ericsson.com> <1765bb88-8ab0-bdcd-8551-69f8dff3bcb9@redhat.com> <31ad8fb7-0e20-13a5-45d1-c9fa67b76e27@ericsson.com> <9e817c74-170d-b7ee-e49b-0287215eab26@ericsson.com> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.2 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Thu, 7 Dec 2017 14:54:40 +0000 X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00137.txt.bz2 On 2017-12-07 07:15, Phil Muldoon wrote: > On 07/12/17 10:02, Phil Muldoon wrote: >> On 23/11/17 22:17, Simon Marchi wrote: >>> On 2017-11-17 06:02 AM, Phil Muldoon wrote: >>>> All, >>>> >>>> Here's an updated patch. ChangeLog remains the same (except for >>>> additional NEWS entry) >>>> >>>> I just realised this needs a doc review also. >>>> >>>> Cheers >>>> >>>> Phil >>> >>> Hi Phil, >> >> Here's a new patch. I think I've addressed all of the issues. >> >> Cheers >> >> Phil > > As my Christmas vacation is rapidly approaching and Pedro mentioned > he'd like to see this for 8.1, he asked me to format the patch to be > git am'able in case he would have to shepherd the last bits of this > patch in. I've included the patch, duly formatted, as an attachment > to this email > > Cheers, > > Phil Thanks for the git-am format, it's usually easier to apply. However, I can't seem to find the right baseline. Which commit did you base this on? If it is old-ish, would it be possible for you to rebase it to current master? Thanks, Simon