aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-4/+4
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
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-24/+24
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo1-2/+1
2020-08-02target/arm11: fix memory leaks, including register cacheAntonio Borneo1-0/+9
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo1-2/+2
2019-03-06target/arm11: Use 'bool' data typeMarc Schink1-2/+2
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-11/+11
2016-08-09Fix resume when core state has been modifiedMatthias Welwarsky1-3/+25
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-05target: improve robustness of reset commandTomas Vanek1-14/+25
2015-03-09arm11: initialise DPM and register cache before reading DSCR for the first timePaul Fertser1-6/+6
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-11/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-8/+0
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-14/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-308/+259
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+2
2011-11-02arm11: print next address to debugØyvind Harboe1-2/+2
2011-04-01types: write memory now uses constØyvind Harboe1-3/+3
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-1/+1
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-07-20arm11 error propagation fixesØyvind Harboe1-23/+23
2010-07-19debug: debug entry error propagationØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-4/+4
2010-02-21ARM: keep a handle to the PCDavid Brownell1-1/+1
2010-02-21ARM11: per-core options should not be globalDavid Brownell1-33/+32
2010-01-25core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg1-1/+1
2010-01-22ARM11: fix breakpoints with GDBDavid Brownell1-9/+15
2010-01-07ARM11: help/usage updatesDavid Brownell1-12/+17
2009-12-20ARM11: recognize ARM11 MPCoreDavid Brownell1-5/+11
2009-12-14ARM11: improved reset supportDavid Brownell1-48/+55
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell1-15/+13
2009-12-07ARM: rename some generic routinesDavid Brownell1-3/+3
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-0/+1
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell1-0/+18
2009-12-04ARM11: basic watchpoint supportDavid Brownell1-1/+2
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell1-2/+3
2009-12-03ARM DPM: share debug reason logicDavid Brownell1-17/+7
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell1-20/+22
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-02ARM11: don't expose DSCRDavid Brownell1-171/+7
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell1-59/+41
2009-12-02ARM11: don't expose WDTRDavid Brownell1-13/+7