From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17813 invoked by alias); 25 Jul 2012 18:38:11 -0000 Received: (qmail 17692 invoked by uid 22791); 25 Jul 2012 18:38:10 -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; Wed, 25 Jul 2012 18:37:57 +0000 Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id q6PIbfTN019132; Wed, 25 Jul 2012 13:37:55 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.135]) by eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) with mapi; Wed, 25 Jul 2012 14:37:51 -0400 From: Marc Khouzam To: "'Tom Tromey'" CC: "'gdb-patches@sourceware.org'" Date: Wed, 25 Jul 2012 18:38:00 -0000 Subject: RE: [patch] MI ignores conditions for pending breakpoints Message-ID: References: <87txwypa85.fsf@fleche.redhat.com> <87k3xrkfgo.fsf@fleche.redhat.com> <87zk6nhgu1.fsf@fleche.redhat.com> <877gtrhexk.fsf@fleche.redhat.com> In-Reply-To: <877gtrhexk.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/msg00571.txt.bz2 > -----Original Message----- > From: Tom Tromey [mailto:tromey@redhat.com]=20 > Sent: Wednesday, July 25, 2012 2:30 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> Thanks for that. I've also added a check to make sure x=3D=3D4 when > Marc> the breakpoint hits. How about this? >=20 > Ok. Committed to HEAD. >=20 > Marc> P.S. To save time, is there a good way to run a single=20 > test while > Marc> writing it? >=20 > What I do is >=20 > cd build/gdb/testsuite > runtest whatever.exp Awesome! That's what I needed. > "make check RUNTESTFLAGS=3Dwhatever.exp" also works but is wordier. >=20 > You can also run just a single directory with >=20 > runtest --directory=3Dgdb.python I didn't know that, but I found this one (slightly faster to type): make check-gdb.python Thanks! Marc