summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntaxoharboe2008-10-281-11/+24
* Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap...oharboe2008-10-271-2/+2
* Laurentiu Cocanu - more help textoharboe2008-10-221-5/+5
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+2
* 김운식 <donari75@gmail.com> spotted a bug in target_write_u8oharboe2008-10-151-1/+1
* reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe2008-10-141-2/+0
* reset cleanupoharboe2008-10-141-1/+1
* Retired old reset code according to plan.oharboe2008-10-131-131/+2
* Fixed gaffes in reset script handling + improved erroroharboe2008-10-131-3/+7
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-35/+100
* file not found SEGFAULT fixoharboe2008-10-081-0/+2
* Centralize error handling for buggy register handlingoharboe2008-10-061-12/+1
* GDB alive fixes for verify_imageoharboe2008-10-031-0/+4
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-0/+8
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-10/+4
* follow up to keep_alive() fix. process target events before returning from re...oharboe2008-09-121-0/+4
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-1/+3
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-14/+84
* fixed keep_alive fix gaffe introduce in previous commit.oharboe2008-09-081-2/+0
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-011-0/+3
* Removed target->reset_mode, no longer usedoharboe2008-09-011-95/+69
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-166/+1186
* fixed gaffe in last release w/target number.oharboe2008-08-251-2/+2
* duan ellis target tcl work in progressoharboe2008-08-241-94/+224
* - fix a off-by-one error in the buffer read/write code that checks for a addr...drath2008-08-221-2/+2
* fix BUG: keep_alive() error messagesoharboe2008-08-201-1/+1
* make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe2008-08-191-1/+1
* added some alive_sleep()'soharboe2008-08-191-1/+1
* propagate error code in case of "reset" failing.oharboe2008-08-111-3/+1
* default reset in help text - runoharboe2008-08-081-1/+1
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-3/+3
* define resetting the target into the halted or runningoharboe2008-08-051-12/+0
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-29/+15
* wait up to 1 second for halted state upon reset init/halt.oharboe2008-07-311-4/+8
* fixed gaffe mea culpaoharboe2008-07-281-6/+9
* retired reset run_and_init/haltoharboe2008-07-281-440/+311
* add check for target_read/write_buffer 32 bit wrap.oharboe2008-07-261-3/+17
* - merged mips target into svn trunkntfreak2008-07-261-0/+2
* minimum address and maximum length argument to load_image. Used in lieu of re...oharboe2008-07-251-11/+49
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* wait 500ms for target to halt upon connect.oharboe2008-07-241-5/+4
* - fix typontfreak2008-07-231-1/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-53/+34
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-201-2/+2
* "reset" without arguments now execute a "reset run".oharboe2008-07-181-13/+22
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-3/+2
* resume is now asynchronousoharboe2008-07-181-18/+4
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-181-1/+25
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-2/+359