types: write memory now uses const
[openocd.git] / src / target / arm11.c
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-07-20 Øyvind Harboearm11 error propagation fixes
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARM11: per-core options should not be global
2010-01-25 Edgar Grimbergcore arm11: Silence logs at level 3 if there is no...
2010-01-23 David BrownellARM11: fix breakpoints with GDB
2010-01-08 David BrownellARM11: help/usage updates
2009-12-20 David BrownellARM11: recognize ARM11 MPCore
2009-12-15 David BrownellARM11: improved reset support
2009-12-11 David BrownellARM11: minor cleanup, mostly ITR comments
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 BrownellARM11: report watchpoint trigger insn
2009-12-05 David BrownellARM11: basic watchpoint support
2009-12-05 David BrownellARM11: tweak TAP ops and debugging
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-04 David BrownellARM11: use shared DSCR bit names
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 David BrownellARM11: don't expose DSCR
2009-12-03 David BrownellARM11: store a clean copy of DSCR
2009-12-03 David BrownellARM11: don't expose WDTR
2009-12-03 David BrownellARM11: don't expose RDTR
2009-12-03 David BrownellARM11: streamline debug entry
2009-12-03 David BrownellARM11: remove arm11->target
2009-12-03 David BrownellARM DPM: tweak initialization
2009-12-02 David BrownellARM: core DPM support for watchpoints
2009-12-01 David BrownellARM11: remove previous mcr()/mrc() methods
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-28 David BrownellARM11: write_memory() avoids increment check
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharm11: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 David BrownellARM11: remove old R0..R15/CPSR code
2009-11-24 David BrownellARM11: use standard run_algorithm()
2009-11-24 David BrownellARM11: use standard single step simulation
2009-11-24 David BrownellARM11: partial support for standard ARM register interf...
2009-11-24 David BrownellARM11: remove register "history" debug stuff
2009-11-22 David BrownellARM11: remove unused state and exports
2009-11-22 David BrownellARM11: macro cleanup
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-22 David BrownellARM11: remove disabled register hooks
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellARM11: fewer exit() calls
2009-11-17 David BrownellARM11: register (most) standard ARM commands
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM11: use now-generic memory utils
2009-11-15 David BrownellARM11: fixup method table
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-14 David BrownellARM11: ETM + ETB support
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
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 Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welcharm11_sc7_action_t -> struct arm11_sc7_action
2009-11-13 Zachary T Welcharm11_reg_state_t -> struct arm11_reg_state
2009-11-13 Zachary T Welcharm11_common_t -> struct arm11_common
2009-11-13 Zachary T Welcharm11_reg_defs_t -> struct arm11_reg_defs
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-11-08 Zachary T WelchARM11: remove exports and forward decls
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchFix arm11 vcr command parsing.
2009-11-06 Zachary T WelchImprove arm11 command argument parsing.
2009-11-05 Øyvind Harboearm11: check if target is halted before executing mrc...
2009-11-05 Øyvind HarboeARM11: added mrc/mcr support to arm11 code.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-15 David Brownellportability updates
2009-10-14 Øyvind HarboeWork in progress on arm11 reset. Assert srst.
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-13 Øyvind HarboeDelete commented out code. Add a bit of error checking.
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)