summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* put instructions on how to report bugs onto the users radaroharboe2008-09-211-0/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-2071-191/+182
* 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-122-34/+36
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-123-16/+243
* fixed keep_alive fix gaffe introduce in previous commit.oharboe2008-09-081-2/+0
* typo fixed.oharboe2008-09-081-1/+1
* keep_alive now invokes target_call_timer_callbacks_nowoharboe2008-09-081-7/+14
* Duane Ellis, added clock command.oharboe2008-09-081-1/+109
* workaround and comment for problems identified by Michael Schwingen.oharboe2008-09-051-0/+12
* s3c2440 OpenMoko target scriptoharboe2008-09-042-1/+7
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-012-0/+6
* Removed target->reset_mode, no longer usedoharboe2008-09-012-96/+69
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-0142-520/+1540
* comment about slow RTCKoharboe2008-08-271-1/+7
* ooops... fixed commit gaffe in previous commit.oharboe2008-08-261-9/+9
* added 1000ms timeoutoharboe2008-08-261-5/+25
* do not check checksums in noack caseoharboe2008-08-261-104/+124
* RCLK is not supported, return error instead of crashing.oharboe2008-08-251-0/+5
* STR912 uses RCLK if availableoharboe2008-08-252-4/+14
* fixed bug in arm11 examine code.oharboe2008-08-251-0/+2
* fixed gaffe in last release w/target number.oharboe2008-08-251-2/+2
* sync with Jim Tcl repository.oharboe2008-08-252-7/+17
* duane ellis - errno ansi fixoharboe2008-08-241-1/+1
* duan ellis target tcl work in progressoharboe2008-08-2418-157/+405
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe2008-08-241-1/+1
* - clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak2008-08-231-0/+2
* - add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak2008-08-222-8/+31
* - fix win32 build issues from previous jim patchntfreak2008-08-222-29/+29
* - fix a off-by-one error in the buffer read/write code that checks for a addr...drath2008-08-221-2/+2
* added gdb timeout handling + error propagationoharboe2008-08-201-4/+11
* lm3s3748 config fileoharboe2008-08-201-0/+28
* lm3s3748 config fileoharboe2008-08-201-1/+1
* continue execution even if chain can't be validated. This will, hopefully, gi...oharboe2008-08-201-10/+2
* sharpen error propagation a wee bit.oharboe2008-08-201-1/+3
* - added missing parport configs to texintfreak2008-08-201-1/+1
* Daniel Gimpelevich fix reset halt on feroceonoharboe2008-08-201-1/+14
* fix BUG: keep_alive() error messagesoharboe2008-08-207-69/+97
* duane ellis: fix warningoharboe2008-08-201-1/+1
* - added svn props for newly added filesntfreak2008-08-191-19/+19
* fixed warningoharboe2008-08-191-2/+4
* switch to alive_sleep() to avoid gdb timeoutsoharboe2008-08-192-3/+3
* make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe2008-08-191-1/+1
* better polling debug_level 3 handlingoharboe2008-08-191-4/+10
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-1913-22/+22
* DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe2008-08-191-12/+10
* added some alive_sleep()'soharboe2008-08-196-7/+7
* use alive_sleep() from sleep commandoharboe2008-08-191-1/+1
* added alive_sleep() function to let GDB alive packets be sentoharboe2008-08-192-0/+18
* tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe2008-08-191-53/+51