fix return value for "reset" and "runtest" command. Found by code inspection.
[openocd.git] / src / target /
2009-07-06 oharboemore debug output for translation of arm mode number...
2009-07-06 oharboea bit more debug output for translation of invalid...
2009-07-06 oharboeFix certain arm926ejs targets(e.g. i.MX27) which report...
2009-07-06 oharboeFix regression in "step" command introduced in 2190
2009-07-06 oharboe10ms timeout check on cp15 read/write
2009-07-06 oharboesimplify debug_reason check
2009-07-01 zwelchAdd missing copyright header to target_type.h.
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-28 duaneRemove extra newline from debug log message
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
2009-06-25 oharboeOleksandr Tymoshenko <gonzo@bluezbox.com> simple watchp...
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- 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-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchCast 64-bit trace hit_counter to long long; fixes forma...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
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-12 zwelchFurther cleanup to MIPS target read/write memory function:
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-11 ntfreak- fix bug introduced during r1962
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:
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)