|
From: | Richard Henderson |
Subject: | Re: [PATCH 26/29] disas: introduce show_opcodes |
Date: | Tue, 5 Mar 2024 10:46:23 -1000 |
User-agent: | Mozilla Thunderbird |
On 3/5/24 02:10, Alex Bennée wrote:
For plugins we don't expect the raw opcodes in the disassembly. We already deal with this by hand crafting our capstone call but for other diassemblers we need a flag. Introduce show_opcodes which defaults to off. Signed-off-by: Alex Bennée<alex.bennee@linaro.org> --- include/disas/dis-asm.h | 8 ++++++++ disas/disas.c | 1 + 2 files changed, 9 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |