Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Showing opcodes in the Disassembly view

Hi,

With GDB 7.3, when asking for disassembly information, we can now also get
the corresponding opcodes, e.g.,   
{address="0x08048e96",func-name="main()",offset="182",opcodes="89 04 24",inst="mov    %eax,(%esp)"}

I haven't been involved too much with CDT's
disassembly view, but I thought it would be a nice enhancement for it.

If anyone is interested in such a feature I've opened bug 357270
https://bugs.eclipse.org/357270
Note that I don't have time to work on it myself.

Thanks

Marc


Back to the top