aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-04-30target/disassembler: update capstone include path to <capstone.h>fatalc1-1/+1
2021-07-20target/arm: opcodes: rename CamelCase symbols and uppercase variablesAntonio Borneo1-383/+383
2020-09-27Use capstone for ARM disassemblerMarc Schink1-1574/+88
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-4/+4
2020-05-24arm_disassembler: fix typo 'ARM_UNKNOWN_INSTUCTION' to '.._INSTRUCTION'Tarek BOCHKATI1-1/+1
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-1/+0
2018-06-22target/arm: Add PLD command to ARM disassembler.James Marshall1-6/+69
2018-05-30Fix warnings exposed by GCC8Paul Fertser1-3/+3
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser1-0/+1
2018-01-13target: arm: disassembler: decode v6T2 ARM MOV{W,T} instructionsPaul Fertser1-10/+30
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser1-0/+12
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser1-0/+41
2018-01-13target: arm: disassembler: add v5T Thumb BLX decodingPaul Fertser1-6/+19
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29arm_disassembler: bugfix, MRRC instruction not recognizedAlexander Kurz1-1/+1
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo1-5/+34
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix clang warningsMartin Nowak1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-1657/+1669
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-29/+29
2011-11-07disassembly: fix access to undefined memory pointer upon unknown instructionØyvind Harboe1-5/+5
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-01-21Various doc/comment updatesDavid Brownell1-0/+1
2010-01-12ARM: bugfix for "movt" disassemblyDavid Brownell1-1/+1
2009-12-14ARM: disassemble STM correctlyDavid Brownell1-2/+5
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell1-18/+33
2009-12-08ARM: cygwin complile fixesDavid Brownell1-4/+6
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell1-2/+1
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell1-12/+71
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell1-2/+6
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-58/+58
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre1-0/+1
2009-10-13fix detection of PLD instructionsLennert Buytenhek1-1/+1
2009-09-08David Brownell <david-b@pacbell.net> oharboe1-35/+137
2009-08-31Warning fixduane1-0/+3
2009-08-28David Brownell <david-b@pacbell.net> ARM disassembly support for about five d...oharboe1-6/+345
2009-08-20David Brownell <david-b@pacbell.net>More Thumb2 disassembly:oharboe1-2/+136
2009-08-16Ferdinand Postema <ferdinand@postema.eu> cygwin 32 bit warningoharboe1-1/+1
2009-07-26David Brownell <david-b@pacbell.net> More testcase work:oharboe1-7/+16
2009-07-26More instruction decoding fixes:oharboe1-16/+32
2009-07-26David Brownell <david-b@pacbell.net> More fixes from test cases:oharboe1-7/+11
2009-07-26David Brownell <david-b@pacbell.net> More instruction decoding fixes:oharboe1-8/+12
2009-07-24David Brownell <david-b@pacbell.net> More instruction decoding fixes based on...oharboe1-9/+10