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 112449

Summary: DIS: irrelevant stuff should be grayed out
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: ASMAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Leonid Lenyashin 2007-08-09 13:42:16 UTC
In disassembly we can often see a lot of garbage like bytecodes and so on:

    main+0xf8:              40 00 00 00  call         main+0xf8
    main+0xfc:              92 14 00 00  or           %l0, %g0, %o1
    main+0x100:             a0 10 20 00  clr          %l0
    main+0x104:             10 48 00 02  ba,pt        %icc, main+0x10c
    main+0x108:             e0 27 a7 eb  st           %l0, [%fp + 0x7eb]
    main+0x10c:             e0 47 a7 eb  ldsw         [%fp + 0x7eb], %l0
    main+0x110:             b0 14 00 00  or           %l0, %g0, %i0
    main+0x114:             81 c7 e0 08  ret          
    main+0x118:             81 e8 00 00  restore      
    134:                    00 01 00 00  illtrap      0x10000
    138:                    00 01 00 00  illtrap      0x10000
    13c:                    00 01 00 00  illtrap      0x10000
    140:                    00 01 00 00  illtrap      0x10000
    144:                    00 01 00 00  illtrap      0x10000
    148:                    00 01 00 00  illtrap      0x10000
    14c:                    00 01 00 00  illtrap      0x10000

Highlighting in such cases is incorrect. Labels should be highlighted as labels, and bytecodes just grayed out to let
user focus on assembly itself.
Comment 1 Jiri Prox 2007-09-03 13:27:01 UTC
Milestone is obsolete, please reevaluate.