Various doc/comment updates
[openocd.git] / src / target /
2010-01-22 David BrownellVarious doc/comment updates
2010-01-21 David BrownellADIv5 header cleanup (+ #defines)
2010-01-21 Øyvind Harboetarget: print reason why GDB halts
2010-01-21 Edgar Grimbergtarget: Fixed format problem for mdh
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-20 Øyvind Harboearm7/9: add nags upon reset about options to improve...
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-15 David BrownellADIv5 improved diagnostic
2010-01-15 David BrownellARM DPM: disable some nyet-ready breakpoint code
2010-01-14 David BrownellARM ADIv5: add comments
2010-01-14 David BrownellARM7/ARM9: improved reset support
2010-01-14 David BrownellARM7/9 minor cleanups
2010-01-13 David BrownellCortex-M3: improved core exception handling
2010-01-13 Øyvind Harboearm7/9: enable check that DCC downloads have been enabled
2010-01-13 Øyvind Harboearm7/9: add fn to check if dcc downloads have been...
2010-01-13 Øyvind Harboetarget: add check_reset hook
2010-01-12 David BrownellARM: bugfix for "movt" disassembly
2010-01-11 Øyvind Harboereset: better error messages
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-09 David Brownell*SVF: help/usage updates
2010-01-08 David Brownellmisc ARM help/usage updates
2010-01-08 David BrownellARM966: help/usage updates
2010-01-08 David BrownellARM720: help/usage updates
2010-01-08 David BrownellARM720: help/usage updates
2010-01-08 David BrownellARM11: help/usage updates
2010-01-08 David BrownellARM7/ARM9: help/usage updates
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-07 David BrownellARM ETM/ETB/trace: help/usage updates
2010-01-07 David Brownelltarget misc: help/usage updates
2010-01-07 David BrownellXScale: help/usage updates
2010-01-07 Spencer OliverMIPS: change bulk_write_memory fallback msg to LOG_DEBUG
2010-01-07 Spencer OliverMIPS: whitespace cleanup
2010-01-06 Spencer OliverMIPS: fastdata bulk write fallback
2010-01-05 David BrownellARM: add #defines for JTAG ack codes
2010-01-05 David BrownellARM: add comments re DAP assumptions
2010-01-05 Spencer OliverMIPS: pracc access tweaks
2010-01-05 Spencer OliverMIPS: optimize pracc access
2010-01-05 David ClaffeyMIPS: merge mips fast_data patch from David N. Claffey
2010-01-05 David BrownellARMv7-M: use AP_REG_* symbol
2010-01-02 David BrownellARM: ADIv5 JTAG symbol cleanup
2010-01-02 David BrownellARM: dap info fix + tweaks
2010-01-02 David BrownellARM: ADIv5 export cleanup
2010-01-02 David BrownellARM: ADIv5 symbol and comment cleanup
2010-01-02 David BrownellCortex-M3: minor breakpoint cleanup
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-31 Antonio BorneoARM7_9: Fix segfaults
2009-12-30 Antonio BorneoARM9TDMI: Fix segfault.
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-26 David BrownellARM: add comment re register exports
2009-12-21 David BrownellPackaging fix
2009-12-21 David BrownellCortex-M3: cleanup
2009-12-20 David BrownellARM11: recognize ARM11 MPCore
2009-12-20 Antonio Borneoarm7_9: Support VINITHI signal
2009-12-19 David Brownelloocd_trace buildfixes
2009-12-19 David BrownellETM: add "etm trigger_debug" command
2009-12-19 David BrownellETM: more ETM_CTRL bit cleanup
2009-12-19 David BrownellETM: start cleaning up ETM_CTRL bit handling
2009-12-19 David BrownellETM trigger_percent becomes an ETB command
2009-12-18 David BrownellXScale: better {read,write}_phys()
2009-12-18 David Brownelldsp563xx: cygwin build fixes
2009-12-15 David BrownellXScale: use all-ones for BYPASS, not five-ones
2009-12-15 mkdorg@users.sourc... target: add basic dsp563xx support
2009-12-15 David BrownellARM11: improved reset support
2009-12-15 David BrownellARM: disassemble STM correctly
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-13 David Brownelltarget: further shrink Jim-awareness
2009-12-12 David BrownellARM11: avoid pointless status returns
2009-12-11 David BrownellARM DPM: support updating HW breakpoints
2009-12-11 David BrownellARM: disassembly fixes for LDC/STC/MRRC/MCRR
2009-12-11 David BrownellARM11: minor cleanup, mostly ITR comments
2009-12-11 Øyvind Harboeoptimisation: tiny optimisation for embedded ice
2009-12-11 Øyvind Harboeembedded hosts: optimize common code path for core...
2009-12-10 David BrownellARM: update arm_opcodes.h copyright
2009-12-09 David BrownellComment and doxygen fixes
2009-12-09 Spencer OliverETM: only include oocd_trace.h when tracing enabled.
2009-12-08 David Brownelltarget: remove more exit() calls
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-08 David BrownellARM: cygwin complile fixes
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-08 David BrownellARM: cope with stupidheaded compiler
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-07 David BrownellARM: remove mrc_opcode(), use MRC() or MCR()
2009-12-07 David BrownellARM: disassemble two more v6+ instructions
2009-12-07 David BrownellARM DPM: don't write low bits of watchpoint value
2009-12-05 Nicolas PitreARM semihosting: use breakpoint on ARM7
2009-12-05 Nicolas PitreARM semihosting: work with both low and high vectors
2009-12-05 David BrownellARM: doc updates for main header
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
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)