From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50603 invoked by alias); 2 Oct 2017 15:18:30 -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 50589 invoked by uid 89); 2 Oct 2017 15:18:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f174.google.com Received: from mail-wr0-f174.google.com (HELO mail-wr0-f174.google.com) (209.85.128.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Oct 2017 15:18:29 +0000 Received: by mail-wr0-f174.google.com with SMTP id o44so2435516wrf.11 for ; Mon, 02 Oct 2017 08:18:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=w2aKc34f8DSrUE2z5n8ezRapLDx74F+5IW+NaF1uD34=; b=PHgf45bQdryxE8yF2GeEFE+q7GBzcToggkzhGgl3atMisoq42HswlSYsLfmZbmQwYe OE3hSUiVH5MDeJ5P9qE1lCIWkyaKgC14mhYoGI1F/Sh1g/4u7K6kZTAC8onN7bnt/hCl dE8IuYVHYQ0WLG2CxSbDQEGLTyxGuv1CJjIb/pz8wxmrLMmygUemplwUBKc5AEOphe7+ 6BYE/68WxVLNrYhJI8OjCZdgEijfuegJe52tGGdFUfEbpCifdDaxHW591s3cW8+N4C8Z DVEoXcKRHllFA04YPgjBR8ZG6cdH5g3wCMygU+2lMEKfbMTXP09btEihJzv/PLhNUSb7 xndA== X-Gm-Message-State: AHPjjUgxl7Koib2p/ZjOHLQe5ALAkfmOQr4qIT8gFkifqYeXZN0tZMSh 9/3qpk6jstOjmsW8sGst1J+OF7FWn64= X-Google-Smtp-Source: AOwi7QAjsXLO8GWJwL+LTJ8ItQdHgrJr69GWuU2hE1XJgwkzgg7cUctIWc75uLC+wougx1rGvYfnYw== X-Received: by 10.223.180.82 with SMTP id v18mr16592385wrd.61.1506957506465; Mon, 02 Oct 2017 08:18:26 -0700 (PDT) Received: from ?IPv6:2a02:c7f:ae15:7800:4685:ff:fe66:9f4? ([2a02:c7f:ae15:7800:4685:ff:fe66:9f4]) by smtp.gmail.com with ESMTPSA id v9sm4373863wre.12.2017.10.02.08.18.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Oct 2017 08:18:25 -0700 (PDT) Subject: Re: [python] Allow explicit locations in breakpoints. From: Phil Muldoon To: "gdb-patches@sourceware.org" References: <04ccc2c4-7827-eedc-d8db-a83a0167acb6@redhat.com> <6b384fb2-4374-bfa9-d91e-88dbdb508427@redhat.com> Message-ID: <3b1153a5-dd48-a0be-22df-cc0dce9da45f@redhat.com> Date: Mon, 02 Oct 2017 15:18:00 -0000 MIME-Version: 1.0 In-Reply-To: <6b384fb2-4374-bfa9-d91e-88dbdb508427@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00023.txt.bz2 On 12/09/17 11:03, Phil Muldoon wrote: > On 23/08/17 14:58, Phil Muldoon wrote: >> >> Hello, >> >> This minor patch allows for explicit locations to be specified in the >> gdb.Breakpoint constructor. It's a minor tweak, and the patch largely >> consists of tests to make sure the existing explicit locations >> mechanisms work in Python. > > Ping on this. > Ping.