add const keyword to some APIs
[openocd.git] / src / target / target.c
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:
2009-06-01 oharboefix warning for a variable that GCC thought might be...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchSimplify the handle_md_command routine in target.c:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-30 zwelchEliminate duplicated code in the handle_mw_command...
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-21 kc8apfAuthor: Øyvind Harboe <oyvind.harboe@zylin.com>
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-17 oharboefix array2mem/mem2array when used as a "method" on...
2009-05-14 oharboetake #2: dump_image now works for addresses not divisib...
2009-05-14 oharboedump_image now works for addresses not divisible by 4
2009-05-14 oharboepropagate error in dump_image. If an error occurs durin...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-22 kc8apfFix use of wrong format conversion for size_t (%zu...
2009-04-21 oharboeZach Welch <zw@superlucidity.net>fix unused return...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-03-08 duaneCommands: reg, profile, ocd_mem2array, ocd_array2mem...
2009-03-05 oharboeNicolas Pitre <nico@cam.org> fix "halt 0" to only halt...
2009-03-03 oharboetest code for elf parsing.
2009-02-23 oharboetinkered a bit with performance for Cortex flash progra...
2009-01-28 oharboechain position is now required when creating a target
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-15 oharboefast_load profiling tool moved to target.c
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-27 oharboeRick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
2008-11-26 ntfreak- fixes segfault using the targets cmd if multiple...
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-10 oharboeexecute reset init upon power restore / srst deassert
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-11-04 oharboeRick Alterr - The attached patch makes the target synta...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-11-02 oharboeinvoke target_create() once
2008-11-02 oharboestep command now propagates error
2008-10-28 oharboeRick Altherr <kc8apf@kc8apf.net> - fix support for...
2008-10-27 oharboeKees Jongenburger <kees.jongenburger@gmail.com> old...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-15 oharboe김운식 <donari75@gmail.com> spotted a bug in target_write_u8
2008-10-14 oharboereset cleanup. Remove obsolete events that are not...
2008-10-14 oharboereset cleanup
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeFixed gaffes in reset script handling + improved error
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-10-08 oharboefile not found SEGFAULT fix
2008-10-06 oharboeCentralize error handling for buggy register handling
2008-10-03 oharboeGDB alive fixes for verify_image
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-12 oharboefollow up to keep_alive() fix. process target events...
2008-09-12 oharboe- Fixed regression introduced in 890 when "fixing warni...
2008-09-12 oharboeDuane Ellis: target_process_reset is now implemented...
2008-09-08 oharboefixed keep_alive fix gaffe introduce in previous commit.
2008-09-01 oharboeDuane Ellis has made highly non-trivial changes to...
2008-09-01 oharboeRemoved target->reset_mode, no longer used
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboefixed gaffe in last release w/target number.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-22 drath- fix a off-by-one error in the buffer read/write code...
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-08-19 oharboemake target_wait_state() usable from other places,...
2008-08-19 oharboeadded some alive_sleep()'s
2008-08-11 oharboepropagate error code in case of "reset" failing.
2008-08-08 oharboedefault reset in help text - run
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-31 oharboewait up to 1 second for halted state upon reset init...
2008-07-28 oharboefixed gaffe mea culpa
2008-07-28 oharboeretired reset run_and_init/halt
2008-07-26 oharboeadd check for target_read/write_buffer 32 bit wrap.
2008-07-26 ntfreak- merged mips target into svn trunk
2008-07-25 oharboeminimum address and maximum length argument to load_ima...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-23 ntfreak- fix typo
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)