change #include "algorithm.h" to <target/algorithm.h>
[openocd.git] / src / target /
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "replacements.h" to <helper/replacements.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-03 Zachary T Welchchange #include "fileio.h" to <helper/fileio.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Nicolas Pitreferoceon.c should be part of ARM7_9_SRC
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-03 Zachary T Welchadding files required for distribution
2009-12-03 Zachary T Welchfix 'target init' command registration
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchtarget: factor target_init() into pieces
2009-12-02 David BrownellARMv7a/Cortex-A8: report watchpoint trigger insn
2009-12-02 David BrownellARM: label SP and LR correctly
2009-12-02 David BrownellCortex-A8: basic watchpoint support
2009-12-02 David BrownellARM: core DPM support for watchpoints
2009-12-02 David BrownellARMv7a: move constants out of Cortex-A8 header
2009-12-01 David BrownellARM11: remove previous mcr()/mrc() methods
2009-12-01 David BrownellCortex-A8: remove previous mcr()/mrc() methods
2009-12-01 David BrownellARM: implement mrc()/mcr() as DPM ops
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-12-01 David BrownellARMv7-A: stop using CP15 ops
2009-12-01 David BrownellCortex-A8: stop using CP15 ops
2009-12-01 David BrownellXScale: restore_context() cleanup
2009-12-01 David BrownellXScale: context restore, cleanup/bugfix
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchtarget: avoid using interp global variable
2009-11-29 David BrownellXScale: clean up full_context() (#2)
2009-11-29 David BrownellXScale: clean up full_context() (#1)
2009-11-29 David BrownellXScale: debug entry uses new register mapping
2009-11-29 Marek VasutXScale: initial PXA3xx support
2009-11-29 David BrownellARM11: fix warning on cygwin
2009-11-28 David BrownellCortex-M3: don't chain "struct arm" commands
2009-11-28 Zachary T Welchadd more stub handlers to testee target
2009-11-28 Zachary T Welchexplode tcl_target_func into many handlers
2009-11-28 Zachary T Welchsplit jim_target into multiple handlers
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.
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)