Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode | Tom Musta | 1 | -2/+12 |
2014-06-16 | target-ppc: Fix target_disas | Tom Musta | 1 | -3/+4 |
2014-02-08 | disas: Implement disassembly output for A64 | Claudio Fontana | 1 | -2/+12 |
2013-08-24 | disas: Implement fallback to dump object code as hex | Richard Henderson | 1 | -10/+37 |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 1 | -2/+2 |
2013-04-26 | disas: Disassemble all ppc insns for the guest | Aurelien Jarno | 1 | -0/+1 |
2013-04-15 | disas: Disassemble all ppc insns for the host | Richard Henderson | 1 | -0/+1 |
2013-03-23 | Add moxie disassembler | Anthony Green | 1 | -0/+6 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -2/+2 |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl | 1 | -68/+81 |
2012-09-21 | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson | 1 | -2/+0 |
2012-07-14 | disas: Fix printing of addresses in disassembly | Peter Maydell | 1 | -0/+19 |
2012-05-14 | fix some common typos | Jim Meyering | 1 | -1/+1 |
2012-04-15 | disas: Replace 'unsigned long' by 'uintptr_t' | Stefan Weil | 1 | -4/+4 |
2012-04-06 | Userspace ARM BE8 support | Paul Brook | 1 | -5/+13 |
2012-04-01 | target-lm32: add simple disassembler | Michael Walle | 1 | -0/+6 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -2/+2 |
2011-10-31 | tcg: Add tci disassembler | Stefan Weil | 1 | -1/+3 |
2011-08-25 | disasm: update comment | Frediano Ziglio | 1 | -1/+1 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -1/+0 |
2011-05-31 | target-alpha: Disassemble EV6 PALcode instructions. | Richard Henderson | 1 | -1/+1 |
2011-04-12 | Replace cpu_physical_memory_rw were possible | Stefan Weil | 1 | -1/+1 |
2011-04-04 | s390x: Enable disassembler for s390x | Ulrich Hecht | 1 | -0/+6 |
2011-01-12 | disas: remove opcode printing on ARM hosts | Aurelien Jarno | 1 | -5/+0 |
2011-01-10 | cris: Support disassembly of crisv10 | Edgar E. Iglesias | 1 | -2/+7 |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+2 |
2010-04-01 | ia64 disas support | Aurelien Jarno | 1 | -0/+17 |
2009-11-14 | sh4 disasm fixes | Magnus Damm | 1 | -0/+3 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -1/+1 |
2009-05-26 | microblaze: Add disassembler. | Edgar E. Iglesias | 1 | -0/+3 |
2009-05-07 | Fix disassembler memory accesses | Blue Swirl | 1 | -4/+1 |
2009-04-21 | Safety net for the cases where disassembler/translator disagree over instruct... | malc | 1 | -0/+7 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -9/+8 |
2009-02-13 | Allow disassembling last addresses of the address space | blueswir1 | 1 | -2/+2 |
2009-01-14 | Remove all traces of __powerpc__ | malc | 1 | -1/+1 |
2008-10-22 | Update old fashioned function prototypes. | pbrook | 1 | -15/+5 |
2008-10-22 | * Use function pointers for symbol lookup (currently for elf32 and elf64, | pbrook | 1 | -23/+7 |
2008-08-17 | Fix warnings that would be generated by gcc -Wstrict-prototypes | blueswir1 | 1 | -5/+2 |
2008-04-12 | HPPA (PA-RISC) host support | aurel32 | 1 | -0/+2 |
2007-12-25 | One more bit of alpha support. | ths | 1 | -0/+2 |
2007-10-08 | Wire up CRIS disassembler, by Edgar E. Iglesias. | ths | 1 | -0/+3 |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer | 1 | -3/+8 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -2/+2 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -6/+6 |
2007-07-31 | s390 disassembler support, by Ulrich Hecht. | ths | 1 | -0/+2 |
2007-06-03 | One day we might support MIPS16... | ths | 1 | -2/+2 |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+1 |
2007-04-09 | Fix monitor disasm output for Sparc64 target | blueswir1 | 1 | -0/+3 |
2007-04-08 | Fix generated code disasm output on Sparc64 host | blueswir1 | 1 | -0/+3 |