Re: [PATCH v1 08/15] disas: use result of ->read_memory_func

2022-04-09 Thread Richard Henderson
On 4/8/22 09:47, Alex Bennée wrote: This gets especially confusing if you start plugging in host addresses from a trace and you wonder why the output keeps changing. Report when read_memory_func fails instead of blindly disassembling the buffer contents. Signed-off-by: Alex Bennée --- disas.c

[PATCH v1 08/15] disas: use result of ->read_memory_func

2022-04-08 Thread Alex Bennée
This gets especially confusing if you start plugging in host addresses from a trace and you wonder why the output keeps changing. Report when read_memory_func fails instead of blindly disassembling the buffer contents. Signed-off-by: Alex Bennée --- disas.c | 20 ++---