target.c: remove useless declarations
[openocd.git] / src / target / target.c
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...
2009-06-13 zwelchImprove handle_verify_image_command_internal command...
2009-06-13 zwelchImprove handle_dump_image_command argument parsing:
2009-06-13 zwelchImprove handle_load_image_command argument parsing:
2009-06-13 zwelchImprove handle_mw_command argument handling:
2009-06-13 zwelchImprove handle_md_command argument handling:
2009-06-13 zwelchUse parse_u32 in handle_resume_command and handle_step_...
2009-06-13 zwelchCleanup and improve handle_halt_command:
2009-06-13 zwelchCleanup and fi handle_wait_halt_command:
2009-06-13 zwelchUse parse_uint in handle_reg_command to ensure reg...
2009-06-13 zwelchUse parse_uint in get_target to ensure target id is...
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-11 zwelchFactor handle_bp_command into pieces:
2009-06-11 zwelchFactor target_timer_callbacks_check_time into pieces:
2009-06-11 zwelchSimplify and clean handle_virt2phys_command:
2009-06-11 zwelchSimplify and fix target handle_rwp_command routine:
2009-06-11 zwelchSimplify and fix handle_reset_command:
2009-06-11 zwelchSimplify handle_resume_command:
2009-06-11 zwelchSimplify and fix handle_step_command:
2009-06-11 oharboedisable polling continuous polling during reset
2009-06-10 zwelchMove the documentation for the "poll" command up with
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net> Bugfix: $target_na...
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-07 zwelchFix regression in mdw output; identified by Magnus...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
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)