winedbg: Add disassembly_flavor option to use the intel disassembly style like gdb's disassembly-flavor option. (try 2)

Changhui LIU liuchanghui at linuxdeepin.com
Fri Jan 8 02:18:34 CST 2016


Superseded patch 117892 .


Try2:
1, remove +5 magic number.
2,fix print address symbol  for 32bit program.


The disassembler source is cloned from https://github.com/vmt/udis86.
It is Simplified BSD License.


The default disassembly style is att, usage:


1) Set the disassembly style to intel .
Wine-dbg> set !disassembly_flavor intel


2) Set the disassembly style to att .
Wine-dbg> set !disassembly_flavor att    





------------------
Regards,
Changhui Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160108/d979ca44/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winedbg-Add-disassembly_flavor-option-to-use-the-intel.txt
Type: application/octet-stream
Size: 438853 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160108/d979ca44/attachment-0001.obj>


More information about the wine-patches mailing list