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 - DIS: irrelevant stuff should be grayed out
Summary: DIS: irrelevant stuff should be grayed out
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: ASM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 13:42 UTC by Leonid Lenyashin
Modified: 2014-04-14 19:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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