propagate return status of set_breakpoint() up call chain
[openocd.git] / src / target / cortex_a8.c
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboecortex a8: added timeout handling
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-07-19 Øyvind Harboecortex a8: lots of error propagation fixes
2010-07-19 Øyvind Harboecortex a8: mem_ap_read_buf_u32() error handling
2010-07-19 Øyvind Harboecortex a8: add missing error handling for cortex_a8_dap...
2010-07-19 Øyvind Harboecortex a8: add missing error handling from cortex_a8_ex...
2010-07-19 Øyvind Harboecortex a8: add missing error handling for mem_ap_atomic...
2010-07-19 Øyvind Harboecortex a8: add missing error handling for mem_ap_read_a...
2010-07-18 Øyvind Harboespelling fixes in comments
2010-06-22 Øyvind Harboecortex a8: only physical read/write's are available...
2010-06-22 Øyvind Harboecortex a8: print message that locking debug access...
2010-06-22 Øyvind Harboecortex a8: add error propagation for poll/resume
2010-06-22 Øyvind Harboecortex a8: add timeouts waiting for restart, prepare...
2010-06-22 Øyvind Harboecortex a8: add error propagation for mem_ap_read/write_...
2010-06-21 Øyvind Harboecortex a8: add missing error handling
2010-06-19 Øyvind Harboecortex a8: fix segfault for unexamined targets
2010-06-15 Øyvind Harboecortex_a8: -Wshadow warning fixes
2010-06-12 Antonio BorneoTARGET: removed unused parameters
2010-06-12 Antonio BorneoTARGET: removed unsed parameter
2010-06-12 Antonio BorneoTARGET: fix handling return code of MMU translation
2010-06-11 Øyvind Harboearm mmu: error propagation added for address translation
2010-04-14 Anton Fedotovcortex-a8: more MMU support
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-21 David BrownellARM: keep a handle to the PC
2010-01-27 David BrownellCortex-A8: debug messaging tweaks
2010-01-08 David BrownellARMv7: help/usage updates
2009-12-26 David BrownellARM: add comment re register exports
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-04 David BrownellARM DPM: make DSCR bit defs sharable
2009-12-03 David BrownellARM DPM: tweak initialization
2009-12-02 David BrownellARMv7a/Cortex-A8: report watchpoint trigger insn
2009-12-02 David BrownellCortex-A8: basic watchpoint support
2009-12-02 David BrownellARM: core DPM support for watchpoints
2009-12-01 David BrownellCortex-A8: remove previous mcr()/mrc() methods
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-12-01 David BrownellCortex-A8: stop using CP15 ops
2009-11-28 David BrownellCortex-A8: support "reset-assert" event
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchcortex_a8: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 David BrownellCortex-A8: avoid DSCR reads
2009-11-25 David BrownellCortex-A8: hook up DPM
2009-11-25 David BrownellCortex-A8: implement DPM
2009-11-25 David BrownellCortex-A8: minor cleanup
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-20 David BrownellCortex-A8: better context restore
2009-11-20 David BrownellCortex-A8: mode support
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 David BrownellCortex-A8: parts of examine() run just once
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-18 David BrownellCortex-A8: xPSR handling updates
2009-11-18 David BrownellARM: add a default full_context() method
2009-11-18 David BrownellARM: simplify ARMv7-A register handling
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellCortex-A8: no exit() calls, add missing v7-A init
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchcortex_a8_wrp_t -> struct cortex_a8_wrp
2009-11-13 Zachary T Welchcortex_a8_brp_t -> struct cortex_a8_brp
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchcortex_a8_common_t -> struct cortex_a8_common
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellCortex-A8: fix indent
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-05 Øyvind Harboecortex_a8: add mrc mcr interface.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-02 mluIt is not possible to invalidate I-Cache on memory...
2009-10-02 mluMake sure that DSCR_DTR_RX is not full before writing
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)