remove target_type register_command callback
[openocd.git] / src / target / arm7_9_common.c
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharm7_9_common: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
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-21 David BrownellARM7/ARM9: remove old "debug commands"
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
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: remove some more duplicate includes
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.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 BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 David BrownellARM7/9: rm arm7_9_get_arch_pointers()
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 Welcharmv4_5_common_t -> struct arm
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 Welchembeddedice_reg_t -> struct embeddedice_reg
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welcharmv4_5_core_reg_t -> struct armv4_5_core_reg
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
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 Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 David BrownellETM cleanup
2009-11-10 Zachary T Welchsvf,xsvf,arm7_9_common: trim forard declarations
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove arm7_9_common command argument parsing.
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-11-03 Øyvind Harboetarget: 20 second timeout/megabyte for CRC check
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellUpdates for "reset_config":
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-17 oharboesrst_gates_jtag option. at91sam9260 needs retesting...
2009-09-12 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-04 oharboemore debug output for breakpoints
2009-08-28 oharboerestore ICE watchpoint registers when the *last* softwa...
2009-08-26 oharboeRemove bogus "BUG:". If the PC is pointing to an invali...
2009-08-07 ntfreakFerdinand Postema [ferdinand@postema.eu]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-06 oharboesimplify debug_reason check
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-22 zwelchSubmitted by Dean Glazeski <dnglaze@gmail.com>:
2009-05-18 oharboeDean Glazeski <dnglaze@gmail.com> fixed bug in checking...
2009-05-18 kc8apfFix logically inverted comment
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-04-20 oharboeHolger Freyther <zecke@selfish.org> Attempt to fix...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
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)