Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - debugger shows <incomplete type>: (6 Items)
   
debugger shows <incomplete type>  
After switching to Momentics Version: 4.7.0, Build id: 201008072203, we see 

All involved projects are built with -g compiler flag.Compilation is done for QNX 6.3.2-001.

This used to work in Momentics 4.6
Attachment: Image IncompleteType.jpg 126.02 KB
Re: debugger shows <incomplete type>  
Pressed send a little too soon.

The problem is we see classes shown as <incomplete type>. Although Momentics finds declaration of those classes just 
fine.
Re: debugger shows <incomplete type>  
Is it reproducible on small example?

On 14/09/10 02:48 PM, Alex Bravo wrote:
> Pressed send a little too soon.
> 
> The problem is we see classes shown as <incomplete type>. Although Momentics finds declaration of those classes just 
fine.
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post67227
> 
RE: debugger shows <incomplete type>  
Try to re-compile those classes in IDE 4.7.

-----Original Message-----
From: Alex Bravo [mailto:community-noreply@qnx.com] 
Sent: Tuesday, September 14, 2010 2:45 PM
To: general-ide
Subject: debugger shows <incomplete type>

After switching to Momentics Version: 4.7.0, Build id: 201008072203, we
see 

All involved projects are built with -g compiler flag.Compilation is
done for QNX 6.3.2-001.

This used to work in Momentics 4.6
Re: RE: debugger shows <incomplete type>  
They were rocompiled with 4.7.
Re: RE: debugger shows <incomplete type>  
I just tried and doing it in one process doesn't reproduce this bug.

The real-life example has  a process that loads > 2 .so one .so containes class beng debugged and another .so contains 
symbols of class showing <incomplete type>.

Do you have a test project similar to what I describe that I can try?