From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26564 invoked by alias); 13 Nov 2008 18:34:30 -0000 Received: (qmail 26496 invoked by uid 22791); 13 Nov 2008 18:34:29 -0000 X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 18:33:45 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id mADIZfQH019465; Thu, 13 Nov 2008 12:35:41 -0600 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Nov 2008 12:33:23 -0600 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [patch] MI: breakpoint "script" is a LIST Date: Thu, 13 Nov 2008 21:55:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA067CA4F1@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <200811131834.26373.vladimir@codesourcery.com> References: <20081113130442.GA12991@host0.dyn.jankratochvil.net> <20081113134113.GA15321@host0.dyn.jankratochvil.net> <200811131834.26373.vladimir@codesourcery.com> From: "Marc Khouzam" To: "Vladimir Prus" , "Jan Kratochvil" Cc: , "Dodji Seketeli" 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: 2008-11/txt/msg00291.txt.bz2 =20 > From: Vladimir Prus > Sent: Thursday, November 13, 2008 10:34 AM > But I'm sure all existing frontends handle this. I don't=20 > think I'm gonna test > Eclipse (both CDI and DSF), and KDevelop (3.3 and 4), to make=20 > sure the proposed > change does not break them. So, we probably get to wait till MI3. What is this "script" thing? I can't find it in the documentation. =46rom a quick look to CDI and DSF, it is not being parsed. Probably because it is not in the doc :-) Marc