From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32612 invoked by alias); 1 Feb 2008 20:15:50 -0000 Received: (qmail 32596 invoked by uid 22791); 1 Feb 2008 20:15:49 -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; Fri, 01 Feb 2008 20:15:25 +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 m11KFBoL005324; Fri, 1 Feb 2008 14:15:12 -0600 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Feb 2008 14:15:11 -0600 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [BUG:MI] -break-list doesn't list multiple breakpoints Date: Fri, 01 Feb 2008 20:15:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA04290E7E@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <20080130030614.GB13818@caradoc.them.org> From: "Marc Khouzam" To: "Daniel Jacobowitz" , "Nick Roberts" Cc: "Vladimir Prus" , 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-02/txt/msg00033.txt.bz2 >> > > It's a backwards incompatible change but do other frontends use it? >> >=20 >> > Yes; I checked Eclipse before I wrote back. >>=20 >> That's odd because ISTR that Eclipse has a console. What happens if you >> create a breakpoint from the command line? Perhaps Marc can comment. > >The console is fairly limited. > >> Also isn't DSF meant to replace the debugger frontend that is currently = part of >> Eclipse CDT? > >I don't think that's certain yet. The current discussed plan is to offer both CDI (current CDT debugger front= end) and DSF, in the next CDT release. It is not official but we are aiming for tha= t. =46rom what I gather, both will be supported for while.=20 >From a DSF perspective, the breakpoint handling was just recently finished. And from what I see, the detailed output of break-insert is being used. This is also true for CDI. As for the console, I not sure what the ultimate goal is... When I tried setting a breakpoint from the console it did not trigger any=20 reaction in the UI. I'll follow up on this within DSF. > > > As an alternative, I guess this line alone could be removed so that > > > -break-insert lists the multiple breakpoint locations being set and = the > > > adjust MI documentation to explain this. > >=20 > > We should check what the new MI output looks like, and see if it > > breaks Emacs / Eclipse / Kdevelop. It might be that easy. I'm guessing from the beginning of the thread, that the output will only on= ly change in the case of template functions? Is that right? If that is the case, we don't have a testcase for that :-) I'll follow up with this too. Marc