aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-20/+22
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek1-1/+1
2020-11-07target/image: Use proper data typesMarc Schink1-6/+5
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-6/+6
2020-07-26target/xscale: fix memory leak of register cacheAntonio Borneo1-0/+24
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-10/+10
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo1-1/+1
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-7/+7
2020-01-16target/xscale: remove duplicated commandTomas Vanek1-1/+0
2019-06-12fix XScale register accessMichael Schwingen1-0/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-23/+23
2019-05-14target/armv4_5_cache: change prototype of armv4_5_handle_cache_info_command()Paul Fertser1-1/+1
2019-05-14target/xscale: change prototype of xscale_display_instruction()Paul Fertser1-11/+11
2019-05-14target/xscale: change prototype of xscale_verify_pointer()Paul Fertser1-14/+14
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-03-14target/xscale: Use 'bool' data typeMarc Schink1-15/+15
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+1
2018-01-25Use timeval helpersChristopher Head1-2/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-12/+14
2016-12-08xscale: Move debug handler to contrib/loadersAndreas Fritiofson1-1/+1
2016-11-04Make OpenOCD build using -Og.Tim Newsome1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+7
2016-02-29helper/fileio: Remove nested structMarc Schink1-7/+7
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+0
2015-03-09armv7m: add FPU registers supportPaul Fertser1-1/+1
2015-02-11xscale: Use the correct method to access registersAndreas Fritiofson1-2/+2
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson1-30/+3
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson1-9/+5
2014-03-29target: remove memory leaksSpencer Oliver1-1/+3
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-15/+21
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-2/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-1/+0
2013-07-01target: xscale make reset init work properlyRobert Jarzmik1-7/+7
2013-07-01target: xscale more human vector catchingRobert Jarzmik1-11/+49
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-28arm: fix arm reg regressionSpencer Oliver1-0/+1
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-7/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-988/+773
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-77/+81
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-10/+7
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-10/+10
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-11-07xscale: cleanupØyvind Harboe1-1/+8