Re: [PATCH v3 0/3] Update capstone module

2020-01-03 Thread Richard Henderson
On 1/3/20 6:16 PM, Philippe Mathieu-Daudé wrote: >   -0x0010e8f6:  lpswe 160(%r15) >   +0x0010e8f6:   .byte    0xb2, 0xb2, 0xf0, 0xa0 > > Is it possible to fallback to the older disassembler on a per-instruction > basis > if Capstone doesn't know about an instruction? Not as written. But I

Re: [PATCH v3 0/3] Update capstone module

2020-01-02 Thread Philippe Mathieu-Daudé
Hi Richard, On 10/15/19 7:51 PM, Richard Henderson wrote: Tested vs centos7, fedora30, and bionic (with and without system capstone installed). Change noted while testing: * Raw byte dumped as hexa before: no after: dumped by 16-bit OK * Address format before: "0x" TARGET_FMT_lx

[PATCH v3 0/3] Update capstone module

2019-10-15 Thread Richard Henderson
Tested vs centos7, fedora30, and bionic (with and without system capstone installed). Changes for v3: * Work around the various include directory nonsense. * Re-add the s390 skipdata callback, as a separate patch. Changes for v2: * Drop the installed directory change. This does force a