From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4494 invoked by alias); 24 Jul 2012 17:42:37 -0000 Received: (qmail 4484 invoked by uid 22791); 24 Jul 2012 17:42:36 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from imr4.ericy.com (HELO imr4.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Jul 2012 17:42:23 +0000 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id q6OHgDmX028681; Tue, 24 Jul 2012 12:42:21 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.135]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Tue, 24 Jul 2012 13:42:15 -0400 From: Marc Khouzam To: "'Tom Tromey'" CC: "'gdb-patches@sourceware.org'" Date: Tue, 24 Jul 2012 17:42:00 -0000 Subject: RE: [patch] MI ignores conditions for pending breakpoints Message-ID: References: <87txwypa85.fsf@fleche.redhat.com> In-Reply-To: <87txwypa85.fsf@fleche.redhat.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: 2012-07/txt/msg00497.txt.bz2 > -----Original Message----- > From: Tom Tromey [mailto:tromey@redhat.com]=20 > Sent: Monday, July 23, 2012 3:08 PM > To: Marc Khouzam > Cc: gdb-patches@sourceware.org > Subject: Re: [patch] MI ignores conditions for pending breakpoints >=20 > >>>>> "Marc" =3D=3D Marc Khouzam writes: >=20 > Marc> 2012-07-20 Marc Khouzam > Marc> * breakpoint.c (create_breakpoint): Store=20 > condition for pending > Marc> breakpoints. >=20 > This is ok for trunk and the 7.5 branch. > Thanks. Committed to both. Thanks! >=20 > Marc> Broken session: > Marc> -------------- >=20 > A patch to the test suite would be nice. I working on one now. Marc