From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110174 invoked by alias); 8 Dec 2017 13:50:38 -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 110160 invoked by uid 89); 8 Dec 2017 13:50:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*r:sk:RSA_AES, H*r:134 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Dec 2017 13:50:35 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNJ2s-0001A9-QU for gdb-patches@sourceware.org; Fri, 08 Dec 2017 08:50:33 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNJ2s-00019t-Mx; Fri, 08 Dec 2017 08:50:30 -0500 Received: from [176.228.60.248] (port=3113 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eNJ2r-0002hj-91; Fri, 08 Dec 2017 08:50:30 -0500 Date: Fri, 08 Dec 2017 13:50:00 -0000 Message-Id: <83h8t1wcqd.fsf@gnu.org> From: Eli Zaretskii To: Phil Muldoon CC: simon.marchi@ericsson.com, keiths@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Phil Muldoon on Thu, 7 Dec 2017 10:02:44 +0000) Subject: Re: [python] Allow explicit locations in breakpoints. Reply-to: Eli Zaretskii 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> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00183.txt.bz2 > From: Phil Muldoon > Date: Thu, 7 Dec 2017 10:02:44 +0000 > > diff --git a/gdb/NEWS b/gdb/NEWS > index 9246659bfb..592fe70156 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -24,6 +24,9 @@ > gdb.new_thread are emitted. See the manual for further > description of these. > > + ** Python breakpoints can now accept explicit locations. See the > + manual for a further description of this feature. ^^^^^^^^^ "the detailed"? Otherwise the documentation parts are okay. Thanks.