aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak71-191/+182
2008-09-12follow up to keep_alive() fix. process target events before returning from re...oharboe1-0/+4
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2-34/+36
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe3-16/+243
2008-09-08fixed keep_alive fix gaffe introduce in previous commit.oharboe1-2/+0
2008-09-08typo fixed.oharboe1-1/+1
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe1-7/+14
2008-09-08Duane Ellis, added clock command.oharboe1-1/+109
2008-09-05workaround and comment for problems identified by Michael Schwingen.oharboe1-0/+12
2008-09-04s3c2440 OpenMoko target scriptoharboe2-1/+7
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2-0/+6
2008-09-01Removed target->reset_mode, no longer usedoharboe2-96/+69
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe42-520/+1540
2008-08-27comment about slow RTCKoharboe1-1/+7
2008-08-26ooops... fixed commit gaffe in previous commit.oharboe1-9/+9
2008-08-26added 1000ms timeoutoharboe1-5/+25
2008-08-26do not check checksums in noack caseoharboe1-104/+124
2008-08-25RCLK is not supported, return error instead of crashing.oharboe1-0/+5
2008-08-25STR912 uses RCLK if availableoharboe2-4/+14
2008-08-25fixed bug in arm11 examine code.oharboe1-0/+2
2008-08-25fixed gaffe in last release w/target number.oharboe1-2/+2
2008-08-25sync with Jim Tcl repository.oharboe2-7/+17
2008-08-24duane ellis - errno ansi fixoharboe1-1/+1
2008-08-24duan ellis target tcl work in progressoharboe18-157/+405
2008-08-24Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe1-1/+1
2008-08-23- clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak1-0/+2
2008-08-22- add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak2-8/+31
2008-08-22- fix win32 build issues from previous jim patchntfreak2-29/+29
2008-08-22- fix a off-by-one error in the buffer read/write code that checks for a addr...drath1-2/+2
2008-08-20added gdb timeout handling + error propagationoharboe1-4/+11
2008-08-20lm3s3748 config fileoharboe1-0/+28
2008-08-20lm3s3748 config fileoharboe1-1/+1
2008-08-20continue execution even if chain can't be validated. This will, hopefully, gi...oharboe1-10/+2
2008-08-20sharpen error propagation a wee bit.oharboe1-1/+3
2008-08-20- added missing parport configs to texintfreak1-1/+1
2008-08-20Daniel Gimpelevich fix reset halt on feroceonoharboe1-1/+14
2008-08-20fix BUG: keep_alive() error messagesoharboe7-69/+97
2008-08-20duane ellis: fix warningoharboe1-1/+1
2008-08-19- added svn props for newly added filesntfreak1-19/+19
2008-08-19fixed warningoharboe1-2/+4
2008-08-19switch to alive_sleep() to avoid gdb timeoutsoharboe2-3/+3
2008-08-19make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe1-1/+1
2008-08-19better polling debug_level 3 handlingoharboe1-4/+10
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe13-22/+22
2008-08-19DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe1-12/+10
2008-08-19added some alive_sleep()'soharboe6-7/+7
2008-08-19use alive_sleep() from sleep commandoharboe1-1/+1
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe2-0/+18
2008-08-19tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe1-53/+51
2008-08-19duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...oharboe2-4/+792