split jim_jtag_command into multiple handlers
[openocd.git] / src / target /
2009-11-28 David BrownellARM11: fix warning on amd64
2009-11-28 David BrownellARM11: fix dbgtap JTAG_DEBUG
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-28 David Brownelltarget: remove unused TARGET_EVENT_OLD_* symbols
2009-11-28 David BrownellCortex-A8: support "reset-assert" event
2009-11-28 David Brownelltarget: groundwork for "reset-assert" event
2009-11-28 David BrownellARM11: write_memory() avoids increment check
2009-11-26 David BrownellXScale: add stub {read,write}_phys routines
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-26 David BrownellARM: minor armv4/armv5 cleanup
2009-11-26 David BrownellARM: comment tweaks in ADIv5
2009-11-26 David BrownellARM7/9: shrink run_algorithm_inner() lines
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchadd 'testee' target type
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchxscale: use register_commands()
2009-11-25 Zachary T Welchtrace: use register_commands()
2009-11-25 Zachary T Welchtarget_request: use register_commands()
2009-11-25 Zachary T Welchtarget: use register_commands()
2009-11-25 Zachary T Welchoocd_trace: use register_commands()
2009-11-25 Zachary T Welchetm_dummy: use register_commands()
2009-11-25 Zachary T Welchetm: use register_commands()
2009-11-25 Zachary T Welchetb: use register_commands()
2009-11-25 Zachary T Welchcortex_m3: use register_commands()
2009-11-25 Zachary T Welchcortex_a8: use register_commands()
2009-11-25 Zachary T Welcharmv7m: use register_commands()
2009-11-25 Zachary T Welcharmv7a: use register_commands()
2009-11-25 Zachary T Welcharmv4_5: use register_commands()
2009-11-25 Zachary T Welcharm9tdmi: use register_commands()
2009-11-25 Zachary T Welcharm966e: use register_commands()
2009-11-25 Zachary T Welcharm926ejs: use register_commands()
2009-11-25 Zachary T Welcharm920t: use register_commands()
2009-11-25 Zachary T Welcharm7_9_common: use register_commands()
2009-11-25 Zachary T Welcharm720t: use register_commands()
2009-11-25 Zachary T Welcharm11: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
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-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-24 David BrownellARM11: implement provider for new DPM interface
2009-11-24 David BrownellARM: new DPM interface
2009-11-24 David Brownelltarget: cope with *any* error setting a breakpoint
2009-11-24 Jerry Lingmips: fix gaffe when removing dynamic array allocation
2009-11-23 Øyvind Harboearm926ejs: retire cp15 commands, handled by mrc/mcr.
2009-11-22 David BrownellARM11: remove unused state and exports
2009-11-22 David BrownellARM11: macro cleanup
2009-11-22 Øyvind Harboemips: remove dynamic arrays - reduces stack usage
2009-11-22 Øyvind Harboemips: use const for code sequences
2009-11-22 Øyvind Harboearm11: do not use dynamic arrays
2009-11-22 Øyvind Harboearm926ejs: fix warnings
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-22 David Brownelltarget: make register flags "bool"
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 Øyvind Harboetarget: reduce stack usage
2009-11-22 Øyvind Harboeembedded: do not allocate large temporary structures...
2009-11-22 Øyvind Harboeembedded: save stack
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-22 David BrownellARM11: remove disabled register hooks
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 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 BrownellARM: remove per-register malloc
2009-11-19 David BrownellARM: streamline register init
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-19 David BrownellARMv7-A: use standard ARM core_mode symbols
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 David BrownellARM: rework "arm reg" output for new mode
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: setup "secure monitor mode" shadow regs
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-18 Zachary T Welchfix regression in md/mw commands
2009-11-18 Øyvind Harboejtag-api: get rid of unecessary buf_set_u23() that...
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
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
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)