From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2213 invoked by alias); 25 Nov 2010 23:28:46 -0000 Received: (qmail 2202 invoked by uid 22791); 25 Nov 2010 23:28:45 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from imr3.ericy.com (HELO imr3.ericy.com) (198.24.6.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Nov 2010 23:28:41 +0000 Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by imr3.ericy.com (8.13.8/8.13.8) with ESMTP id oAPNSalh010895 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 25 Nov 2010 17:28:38 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.63]) by eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) with mapi; Thu, 25 Nov 2010 18:28:35 -0500 From: Marc Khouzam To: Pedro Alves , "gdb-patches@sourceware.org" Date: Thu, 25 Nov 2010 23:28:00 -0000 Subject: RE: Segfault on empty 'strace' Message-ID: References: ,<201011252147.26063.pedro@codesourcery.com> In-Reply-To: <201011252147.26063.pedro@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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 X-SW-Source: 2010-11/txt/msg00440.txt.bz2 On Thursday 25 November 2010, Pedro Alves wrote: > On Thursday 25 November 2010 21:22:09, Marc Khouzam wrote: >=20 > > Ok? > > What about 7_2? >=20 > Okay for both, thanks. >=20 > This is PR12217. Would you mind mentioning it in the > in the changelog, and also in the cvs commit log? > Something like: >=20 > 2010-11-25 Marc Khouzam >=20 > PR breakpoints/12217 >=20 > * breakpoint.c (is_marker_spec): Check for NULL. Committed to HEAD and 7_2 with the changelog entry you suggested. Can I leave the resolving of the PR to you? I don't know what the process is. Thanks Marc