This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 162055

Summary: No disassembly for cygwin header
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2009-04-06 16:34:45 UTC
With a C++ program like:

    int main(int argc, char **argv) {
        cout<<"Hello"<<endl;
        return 0;
    }

do step into iostream, open disassembly - it will be empty
Comment 1 Egor Ushakov 2009-04-06 16:36:37 UTC
this issue happend because we change paths to cygwin headers from 
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iostream:77
to
C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iostream:77
and disassembly command does not understand it for cygwin headers
Comment 2 Egor Ushakov 2009-04-14 10:47:06 UTC
paths fixed in:
http://hg.netbeans.org/cnd-main/rev/aab72d333c96

now gdb reports wrong disassembly because of some strange gdb bugs,
downgrading to P4