build: cleanup src/server directory
[openocd.git] / src / target / etm.c
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-04 Øyvind Harboeetm: fix warning by removing assignment that is immedia...
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-05-31 Jon Poveyetm: print something when trace buffer empty
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-07 David BrownellARM ETM/ETB/trace: help/usage updates
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-09 Spencer OliverETM: only include oocd_trace.h when tracing enabled.
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
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 Welchetm: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
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: simplify register get/set ops
2009-11-16 Zachary T Welchfileio: improve API types
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-14 David BrownellETM: simplify ETM initialization code paths
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 Welchimage_t -> struct image
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchetmv1_trace_data_t -> struct etmv1_trace_data
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetm_reg_t -> struct etm_reg
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 David BrownellETM cleanup
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove ETM tracemode update command.
2009-11-06 Zachary T WelchImprove etm command argument parsing.
2009-10-22 David BrownellETM: rename registers, doc tweaks
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-02 dbrownellMinor ETB and ETM bugfixes and doc updates
2009-09-29 dbrownellETM: fix build issue on MinGW.
2009-09-23 dbrownellWhen setting up an ETM, cache its ETM_CONFIG register...
2009-09-23 dbrownellStart cleaning up ETM register handling. On one ARM926...
2009-09-23 dbrownellInitial ETM cleanups. Most of these are cosmetic:
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-05-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 oharboefix jtag_add_dr_scan() usage a bit... avoid lots of...
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboewhitespace fixes
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeretire jtag_set_check_value
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warnings
2009-04-30 zwelchAdd static keywords to core target source file data...
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)