Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Error: Failed to execute MI command.....

My guess is that 6.3 may not support --all-values  

Try this from a shell:

gdb
(gdb) interpreter-exec mi "-var-update --all-values var1"

Do you get some formatting error printout?

Also, which CDT?  Because on HEAD, the only place I found that uses
-var-update --all-values was for DSF-GDB on Mac, which is weird
since you are on Linux.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of rrhonika
> Sent: Thursday, May 06, 2010 9:50 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: RE: [cdt-dev] Error: Failed to execute MI command.....
> 
> 
> Great! Thanks:)
> 
> The version of gdb is:
> 
> GNU gdb Red Hat Linux (6.3.0.0-1.153.el4rh)
> 
> -- 
> View this message in context: 
> http://old.nabble.com/Error%3A-Failed-to-execute-MI-command...
> ..-tp28467110p28473907.html
> Sent from the Eclipse CDT - Development mailing list archive 
> at Nabble.com.
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top