From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25143 invoked by alias); 11 Feb 2009 19:11:34 -0000 Received: (qmail 25135 invoked by uid 22791); 11 Feb 2009 19:11:34 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Feb 2009 19:11:29 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id n1BJHZwj015132; Wed, 11 Feb 2009 13:17:45 -0600 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Feb 2009 13:11:22 -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: Re: Problem with -stack-list-frames Date: Wed, 11 Feb 2009 19:11:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA06E855E1@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA067F0360@ecamlmw720.eamcs.ericsson.se> References: A <6D19CA8D71C89C43A057926FE0D4ADAA067F0360@ecamlmw720.eamcs.ericsson.se> From: "Marc Khouzam" To: "Marc Khouzam" , "Vladimir Prus" , X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00097.txt.bz2 I just realized something, please see below.=20 > -----Original Message----- > From: Marc Khouzam=20 > Sent: Wednesday, February 11, 2009 2:09 PM > To: 'Vladimir Prus'; 'gdb@sources.redhat.com' > Subject: RE: Re: Problem with -stack-list-frames >=20 >=20=20 > > From: Vladimir Prus > > Sent: Wednesday, February 11, 2009 1:57 PM > > To: gdb@sources.redhat.com > > Subject: Re: Problem with -stack-list-frames > >=20 > > Please enable the verbose mode in the console -- there's a=20 > > button in the > > toolbar. This will tell exactly what the error is -- and=20 > I'm 51% sure > > the problem is that you are trying to send MI command, and=20 > > DSF thinks it's > > CLI command, and sends something not right. DSF sends it correctly but the output is not shown in the console that is why it seems blank. You need the traces to see the output. See previous mail (or below) to turn them on. I'm gonna have to have DSF-GDB print the output of console commands to the console.... > >=20 > > And this might be unrelated to whatever problem you are=20 > > having in the first > > place. CDI debuggers have a way to enable verbose console=20 > mode in the > > launch configuration. Please do that in DSF and then see if=20 > something > > is wrong with any GDB response. >=20 > Yeah... I didn't get to implementing the verbose console yet :-( > But I've been feeling the pressure for it so I've bumped it up on my > todo list. >=20 > You can still get traces by launching eclipse with=20 > -debug ~/dsf.debug.options >=20 > where dsf.debug.options contains >=20 > org.eclipse.dd.mi/debug =3D true > org.eclipse.cdt.dsf.gdb/debug =3D true >=20 >=20