command_context_t -> struct command_context
[openocd.git] / src / target / target.c
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 Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchtrace_t -> struct trace
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchtarget_event_action_t -> struct target_event_action
2009-11-13 Zachary T Welchtarget_timer_callback_t -> struct target_timer_callback
2009-11-13 Zachary T Welchtarget_event_callback_t -> struct target_event_callback
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_arch_type_t -> struct reg_arch_type
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
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 Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
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-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
2009-11-10 David BrownellTarget: minor cleanup
2009-11-10 David BrownellTarget: fix bad error messages
2009-11-10 Zachary T Welchtarget.c: remove useless declarations
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 David Brownelltarget: don't swap MMU/no-MMU work areas
2009-11-06 Zachary T WelchImprove target.c command argument parsing.
2009-11-05 Øyvind Harboetarget: fix ordering of arguments to mcr and mrc commands
2009-11-05 Øyvind Harboetarget: check args to mrc/mcr.
2009-11-05 Øyvind Harboetarget: Only register mrc mcr commands when one of...
2009-11-05 David Brownellwatchpoint_add() cleanup
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind HarboeMake default implementation of mdw/mmw phys return...
2009-11-03 Øyvind Harboetarget: require working area for physical/virtual addre...
2009-10-23 Øyvind HarboeRemove debug output that could cause compile warnings.
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-22 David Brownellhave "reg" command print cache names too
2009-10-21 Øyvind HarboeAdded target_read/write_phys_memory() fn's. mdX/mwX...
2009-10-13 Yauheni KaliutaDo not replace virt2phys with the default one if it...
2009-10-13 Øyvind HarboePropagate error from assert, deassert and halt on tcl...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-12 Øyvind HarboeIf halt times out, stop GDB. Allows e.g. manual reset...
2009-10-08 David Brownellprevent abort via polling during jtag_reset
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeStop GDB when polling fails, srst assert or powerdropou...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-20 dbrownellDebug message updates:
2009-09-19 dbrownellMinor behavior fixes for the two JTAG reset events...
2009-09-11 oharboeNicolas Pitre <nico@cam.org> Dragonite support
2009-09-11 oharboespelling mistake
2009-09-11 oharboeregistering a target event twice caused infinite loop...
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> fix problems with unece...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Accomodate targets...
2009-08-25 oharboeFerdinand Postema <ferdinand@postema.eu> fix warnings
2009-08-19 oharboeDavid Brownell <david-b@pacbell.net>Fix some command...
2009-08-18 ntfreakDavid Brownell [david-b@pacbell.net]:
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-06 oharboeFix regression in "step" command introduced in 2190
2009-06-28 duaneRemove extra newline from debug log message
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Replace '){' with ') {'.
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- Fixes '-=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 zwelchOleksandr Tymoshenko <gonzo@bluezbox.com>:
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-13 zwelchFactor load_image argument parsing to parse_load_image_...
2009-06-13 zwelchImprove handle_profile_command argument parsing:
2009-06-13 zwelchImprove handle_virt2phys_command argument parsing:
2009-06-13 zwelchCleanup and improve handle_wp_command and handle_rwp_co...
2009-06-13 zwelchImprove and simplify handle_bp_command and handle_rbp_c...
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)