aboutsummaryrefslogtreecommitdiff
path: root/include/disas
AgeCommit message (Expand)AuthorFilesLines
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson1-2/+3
2024-05-15disas: Split disas.cRichard Henderson1-0/+4
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-5/+0
2024-03-06disas: introduce show_opcodesAlex Bennée1-0/+8
2023-06-13disas: Change type of disassemble_info.target_info to pointerWeiwei Li1-1/+1
2023-05-11disas: Remove target-specific headersRichard Henderson1-6/+0
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson1-11/+6
2023-03-20replace TABs with spacesYeqi Fu1-34/+34
2023-02-10remove unnecessary extern "C" blocksPaolo Bonzini1-8/+0
2022-06-06target/loongarch: Add disassemblerSong Gao1-0/+2
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth1-1/+0
2022-05-09disas: Remove old libopcode i386 disassemblerThomas Huth1-1/+0
2022-05-09disas: Remove old libopcode arm disassemblerThomas Huth1-1/+0
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth1-1/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-01-08target/riscv: setup everything for rv64 to support rv128 executionFrédéric Pétrot1-0/+1
2021-10-22disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé1-2/+1
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-3/+0
2021-05-12Remove the deprecated moxie targetThomas Huth1-1/+0
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell1-2/+10
2021-02-18Hexagon (disas) disassemblerTaylor Simpson1-0/+1
2021-01-07disas: Push const down through host disassemblyRichard Henderson1-2/+2
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-1/+1
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson1-0/+12
2020-10-03disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson1-5/+27
2020-10-03disas: Clean up CPUDebug initializationRichard Henderson1-62/+0
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson1-1/+1
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik1-0/+19
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée1-1/+1
2020-03-19target/rx: RX disassemblerYoshinori Sato1-0/+5
2020-01-29disas: Add a field for target-dependant data to disassemble_infoAleksandar Markovic1-0/+3
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée1-0/+2
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2019-06-12Clean up a few header guard symbolsMarkus Armbruster1-3/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-13Normalize header guard symbol definition.Markus Armbruster1-1/+1
2019-04-18include: Move fprintf_function to disas/Markus Armbruster1-2/+3
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster1-0/+0
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic1-0/+1
2018-03-07RISC-V DisassemblerMichael Clark1-0/+2
2018-01-09target/xtensa: implement disassemblerMax Filippov1-0/+1
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson1-0/+2
2017-10-25disas: Support the Capstone disassembler libraryRichard Henderson2-0/+42
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-2/+2
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson1-7/+0
2017-10-12disas: Always initialize read_memory_inner_func properlyThomas Huth1-0/+1
2017-02-07Fix Thumb-1 BE32 execution and disassembly.Julian Brown1-0/+7
2017-01-24nios2: Add disas entriesMarek Vasut1-0/+6
2016-07-19disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell1-0/+2
2016-07-18disas: Remove unused macro '_'Lluís Vilanova1-1/+0