summaryrefslogtreecommitdiff
path: root/disas.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-08disas: Implement disassembly output for A64Claudio Fontana1-2/+12
2013-08-24disas: Implement fallback to dump object code as hexRichard Henderson1-10/+37
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-2/+2
2013-04-26disas: Disassemble all ppc insns for the guestAurelien Jarno1-0/+1
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson1-0/+1
2013-03-23Add moxie disassemblerAnthony Green1-0/+6
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-2/+2
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-68/+81
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson1-2/+0
2012-07-14disas: Fix printing of addresses in disassemblyPeter Maydell1-0/+19
2012-05-14fix some common typosJim Meyering1-1/+1
2012-04-15disas: Replace 'unsigned long' by 'uintptr_t'Stefan Weil1-4/+4
2012-04-06Userspace ARM BE8 supportPaul Brook1-5/+13
2012-04-01target-lm32: add simple disassemblerMichael Walle1-0/+6
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-2/+2
2011-10-31tcg: Add tci disassemblerStefan Weil1-1/+3
2011-08-25disasm: update commentFrediano Ziglio1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-31target-alpha: Disassemble EV6 PALcode instructions.Richard Henderson1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-1/+1
2011-04-04s390x: Enable disassembler for s390xUlrich Hecht1-0/+6
2011-01-12disas: remove opcode printing on ARM hostsAurelien Jarno1-5/+0
2011-01-10cris: Support disassembly of crisv10Edgar E. Iglesias1-2/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-04-01ia64 disas supportAurelien Jarno1-0/+17
2009-11-14sh4 disasm fixesMagnus Damm1-0/+3
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-05-26microblaze: Add disassembler.Edgar E. Iglesias1-0/+3
2009-05-07Fix disassembler memory accessesBlue Swirl1-4/+1
2009-04-21Safety net for the cases where disassembler/translator disagree over instruct...malc1-0/+7
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-9/+8
2009-02-13Allow disassembling last addresses of the address spaceblueswir11-2/+2
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-10-22Update old fashioned function prototypes.pbrook1-15/+5
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-23/+7
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-5/+2
2008-04-12HPPA (PA-RISC) host supportaurel321-0/+2
2007-12-25One more bit of alpha support.ths1-0/+2
2007-10-08Wire up CRIS disassembler, by Edgar E. Iglesias.ths1-0/+3
2007-09-29Define the proper bfd_mach to be used by the disassembler for eachj_mayer1-3/+8
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-6/+6
2007-07-31s390 disassembler support, by Ulrich Hecht.ths1-0/+2
2007-06-03One day we might support MIPS16...ths1-2/+2
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-04-09Fix monitor disasm output for Sparc64 targetblueswir11-0/+3
2007-04-08Fix generated code disasm output on Sparc64 hostblueswir11-0/+3
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-0/+3
2007-01-01Remove duplicate TARGET_M68K case.pbrook1-4/+0