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 - No disassembly for cygwin header
Summary: No disassembly for cygwin header
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 16:34 UTC by Egor Ushakov
Modified: 2016-07-06 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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