Set empty usage field for commands that do not need parameters
[openocd.git] / src / target / arm11.c
2019-03-06 Marc Schinktarget/arm11: Use 'bool' data type 54/4954/2
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb 54/4754/2
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-08-09 Matthias WelwarskyFix resume when core state has been modified 86/3386/7
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-05 Tomas Vanektarget: improve robustness of reset command 06/2606/6
2015-03-09 Paul Fertserarm11: initialise DPM and register cache before reading... 43/2043/2
2013-09-08 Spencer Olivertarget: remove unimplemented target_request_data implem... 37/1537/2
2013-09-08 Spencer Olivertarget: remove unimplemented soft_reset_halt implementa... 35/1535/2
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-04-28 Spencer Oliverarm: fix arm reg regression 62/1362/2
2013-03-15 Andreas Fritiofsontarget: Add default implementation of bulk_write_memory 13/1213/2
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2011-11-02 Øyvind Harboearm11: print next address to debug
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
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
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)