aboutsummaryrefslogtreecommitdiffstats
path: root/disas.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-22ColdFire target.pbrook1-0/+4
2006-07-30Rewrite Arm host support.pbrook1-4/+2
2006-06-25C99 64 bit printfbellard1-2/+2
2006-04-27sh4 target (Samuel Tardieu)bellard1-1/+4
2005-12-17mipsel disas fixbellard1-0/+8
2005-11-21SMP supportbellard1-3/+7
2005-11-06m68k disassembler (Paul Brook)bellard1-0/+6
2005-10-30Thumb symbol lookup (Paul Brook)bellard1-2/+8
2005-07-23ppc64 targetbellard1-0/+10
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+26
2005-07-02sparc64 marge (Blue Swirl)bellard1-0/+3
2005-04-27ARM thumb disassembly (Paul Brook)bellard1-3/+18
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-0/+2
2005-04-07ia64 host support (David Mosberger)bellard1-3/+6
2005-01-3164 bit disas fixbellard1-9/+7
2005-01-23more consistent type for size (still a bug in wrapping)bellard1-1/+1
2005-01-0364 bit target supportbellard1-57/+86
2004-12-19SPARC mergebellard1-16/+18
2004-10-09monitor fixesbellard1-1/+1
2004-08-01output disassembled code to monitor consolebellard1-6/+15
2004-04-04improved monitor: type check, expression evaluator, memory dump, disassemblybellard1-1/+69
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-1/+4
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard1-0/+2
2003-10-27fixed virtual memory accessbellard1-1/+1
2003-10-27added correct memory access code for system emulationbellard1-6/+33
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-0/+2