aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2008-10-06Centralize error handling for buggy register handlingoharboe
2008-10-03GDB alive fixes for verify_imageoharboe
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-12follow up to keep_alive() fix. process target events before returning from re...oharboe
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe
2008-09-08fixed keep_alive fix gaffe introduce in previous commit.oharboe
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe
2008-09-01Removed target->reset_mode, no longer usedoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-25fixed gaffe in last release w/target number.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-22- fix a off-by-one error in the buffer read/write code that checks for a addr...drath
2008-08-20fix BUG: keep_alive() error messagesoharboe
2008-08-19make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe
2008-08-19added some alive_sleep()'soharboe
2008-08-11propagate error code in case of "reset" failing.oharboe
2008-08-08default reset in help text - runoharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-05define resetting the target into the halted or runningoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-31wait up to 1 second for halted state upon reset init/halt.oharboe
2008-07-28fixed gaffe mea culpaoharboe
2008-07-28retired reset run_and_init/haltoharboe
2008-07-26add check for target_read/write_buffer 32 bit wrap.oharboe
2008-07-26- merged mips target into svn trunkntfreak
2008-07-25minimum address and maximum length argument to load_image. Used in lieu of re...oharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24wait 500ms for target to halt upon connect.oharboe
2008-07-23- fix typontfreak
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe
2008-07-18"reset" without arguments now execute a "reset run".oharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-18resume is now asynchronousoharboe
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-17- reverted resume_target to old behaviourntfreak
2008-07-16better error messages for target event scripts.oharboe
2008-07-09- only check normal resume, not debug resumentfreak
2008-07-09- target_resume is now synchronous with 5sec timeoutntfreak
2008-07-08tcl regression fixes.oharboe
2008-07-08- removed target_process_events as only used in handle_resume_command and eve...ntfreak
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-07reset event is synonym for post_reset event. oharboe
2008-07-06- fixed build issues with win32ntfreak
2008-07-06src/helper/configuration.hoharboe
2008-07-02- allocate target_type_t structure for each target, fixes issue when multiple...ntfreak