This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Re: Problem with -stack-list-frames


 
> From: Vladimir Prus
> Sent: Wednesday, February 11, 2009 1:57 PM
> To: gdb@sources.redhat.com
> Subject: Re: Problem with -stack-list-frames
> 
> Please enable the verbose mode in the console -- there's a 
> button in the
> toolbar. This will tell exactly what the error is -- and I'm 51% sure
> the problem is that you are trying to send MI command, and 
> DSF thinks it's
> CLI command, and sends something not right.
> 
> And this might be unrelated to whatever problem you are 
> having in the first
> place. CDI  debuggers have a way to enable verbose console mode in the
> launch configuration. Please do that in DSF and then see if something
> is wrong with any GDB response.

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.

You can still get traces by launching eclipse with 
-debug ~/dsf.debug.options

where dsf.debug.options contains

org.eclipse.dd.mi/debug = true
org.eclipse.cdt.dsf.gdb/debug = true


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]