Add target_get_name wrapper:
[fw/openocd] / src / target / target.c
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
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 oharboe"reset" without arguments now execute a "reset run".
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeresume is now asynchronous
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 ntfreak- reverted resume_target to old behaviour
2008-07-16 oharboebetter error messages for target event scripts.
next