aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-4/+5
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-10/+10
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-1/+1
2023-04-30src: fix clang15 compiler warningsErhan Kurubas1-2/+0
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-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-24/+25
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-13/+13
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo1-1/+1
2020-12-05arm7_9_common: fix host endianness bug in arm7_9_full_context()Antonio Borneo1-4/+20
2020-09-05target: use proper format with uint32_tAntonio Borneo1-5/+5
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-3/+3
2020-07-08target/arm926ejs: fix memory leaksAntonio Borneo1-0/+9
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-6/+6
2019-04-07target/arm7_9_common: use coherent syntax in struct initializationAntonio Borneo1-3/+3
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink1-34/+34
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-17/+20
2016-07-19Fix usage of timeval_ms()Andreas Färber1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-14arm7: add missing braces around an if()Aleksander Morgado1-2/+2
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+7
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-6/+6
2015-03-09armv7m: add FPU registers supportPaul Fertser1-4/+5
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver1-3/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-5/+5
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson1-8/+29
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-0/+14
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-28arm: fix arm reg regressionSpencer Oliver1-0/+1
2012-08-29arm7_9: Fix broken halfword/byte memory readsAndreas Fritiofson1-0/+40
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06build: cleanup src/target directorySpencer Oliver1-735/+569
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-137/+120
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-4/+4
2011-11-08arm7_9: remove warnings by reducing scope of variablesØyvind Harboe1-6/+5
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC1-0/+1
2011-04-01types: write memory now uses constØyvind Harboe1-4/+4
2010-08-11arm: add missing error reportingØyvind Harboe1-1/+7
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe1-10/+15
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe1-6/+21
2010-07-19debug: debug entry error propagationØyvind Harboe1-3/+11
2010-05-19target: slow targets could cause GDB to time outGary Carlson1-1/+40
2010-05-12fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma1-0/+1
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo1-14/+14
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-3/+0
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe1-1/+1