Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Errors: mi_cmd_var_create: unable to create variable object: (5 Items)
   
Errors: mi_cmd_var_create: unable to create variable object  
I could not continue debugging when encounting this problem.
But this happens only in some particular section of my program, the gdb is okay in other sections.
appreciate your suggestions

Eric
Re: Errors: mi_cmd_var_create: unable to create variable object  
Eric Dong wrote:
> I could not continue debugging when encounting this problem.
> But this happens only in some particular section of my program, the gdb is okay in other sections.
> appreciate your suggestions
> 
> Eric
> 


Hello Eric,

What versions of gdb and gcc are you using?

Is your project C or C++?

Do you have a small test case that demonstrates the problem?

Thanks,

Aleksandar
Re: Errors: mi_cmd_var_create: unable to create variable object  
> Eric Dong wrote:
> > I could not continue debugging when encounting this problem.
> > But this happens only in some particular section of my program, the gdb is 
> okay in other sections.
> > appreciate your suggestions
> > 
> > Eric
> > 
> 
> 
> Hello Eric,
> 
> What versions of gdb and gcc are you using?
GNU gdb 5.2.1qnx-nto;  GCC 2.95.3
> 
> Is your project C or C++?
QNX C++
> 
> Do you have a small test case that demonstrates the problem?
Sorry, i have no clear clues when this happens
> 
> Thanks,
> 
> Aleksandar


Re: Errors: mi_cmd_var_create: unable to create variable object  
I would suggest trying the latest gdb. It works as a drop-in 
replacement and it should work better than gdb 5.2.1.

You can download the latest gdb from here: 
http://community.qnx.com/sf/frs/do/listReleases/projects.toolchain/frs.gdb



Re: Errors: mi_cmd_var_create: unable to create variable object  
thx, new version gbd worked fine till now.