| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - fix win32 build issues from previous jim patch | ntfreak | 2008-08-22 | 1 | -28/+28 |
* | - fix a off-by-one error in the buffer read/write code that checks for a addr... | drath | 2008-08-22 | 1 | -2/+2 |
* | added gdb timeout handling + error propagation | oharboe | 2008-08-20 | 1 | -4/+11 |
* | lm3s3748 config file | oharboe | 2008-08-20 | 1 | -0/+28 |
* | lm3s3748 config file | oharboe | 2008-08-20 | 1 | -1/+1 |
* | sharpen error propagation a wee bit. | oharboe | 2008-08-20 | 1 | -1/+3 |
* | Daniel Gimpelevich fix reset halt on feroceon | oharboe | 2008-08-20 | 1 | -1/+14 |
* | fix BUG: keep_alive() error messages | oharboe | 2008-08-20 | 7 | -69/+97 |
* | - added svn props for newly added files | ntfreak | 2008-08-19 | 1 | -19/+19 |
* | fixed warning | oharboe | 2008-08-19 | 1 | -2/+4 |
* | switch to alive_sleep() to avoid gdb timeouts | oharboe | 2008-08-19 | 2 | -3/+3 |
* | make target_wait_state() usable from other places, made LOG_USER() output LOG... | oharboe | 2008-08-19 | 1 | -1/+1 |
* | better polling debug_level 3 handling | oharboe | 2008-08-19 | 1 | -4/+10 |
* | added some alive_sleep()'s | oharboe | 2008-08-19 | 6 | -7/+7 |
* | tinker with Xscale performance, anti-log spamming is now only for debug_level... | oharboe | 2008-08-19 | 1 | -53/+51 |
* | tinker with Xscale performance. Poll a bit more before sleeping. | oharboe | 2008-08-19 | 1 | -1/+1 |
* | fix comment w.r.t. start address for RAM | oharboe | 2008-08-19 | 1 | -1/+1 |
* | removed a couple of exit()'s from error handling. | oharboe | 2008-08-19 | 2 | -10/+13 |
* | added wip imx31.cfg file | oharboe | 2008-08-19 | 2 | -0/+20 |
* | openocd.texi is the authoratitive source for documentation. Wiki is dead. | oharboe | 2008-08-18 | 8 | -8/+8 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 2 | -4/+5 |
* | deleted superfluous sam7s256 which was identical to sam7x256 | oharboe | 2008-08-17 | 3 | -46/+2 |
* | removed obsolete command. | oharboe | 2008-08-15 | 1 | -4/+1 |
* | feroceon updated w.r.t. latest arm7/9 changes | oharboe | 2008-08-14 | 3 | -6/+9 |
* | arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale... | oharboe | 2008-08-14 | 6 | -280/+119 |
* | removed old comment | oharboe | 2008-08-13 | 1 | -1/+0 |
* | force lpc2148 target into ARM state. | oharboe | 2008-08-13 | 1 | -0/+3 |
* | comments. | oharboe | 2008-08-13 | 1 | -3/+18 |
* | Clear all dangling breakpoints upon GDB connection. | oharboe | 2008-08-13 | 2 | -38/+70 |
* | updated syntax for post_reset scripts | oharboe | 2008-08-11 | 3 | -11/+6 |
* | propagate error code in case of "reset" failing. | oharboe | 2008-08-11 | 1 | -3/+1 |
* | default reset in help text - run | oharboe | 2008-08-08 | 1 | -1/+1 |
* | - added svn props for newly added files | ntfreak | 2008-08-07 | 5 | -49/+49 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 4 | -1/+44 |
* | lpc2148 2MHz, RCLK and clockless config script versions | oharboe | 2008-08-07 | 5 | -5/+12 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 3 | -5/+5 |
* | gaffe in previous commit fixed. "reset run" now works again for arm7/9 | oharboe | 2008-08-05 | 1 | -1/+1 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 13 | -26/+28 |
* | halting srst_pulls_trst targets is now snappier and has explicit warning. | oharboe | 2008-08-05 | 1 | -0/+12 |
* | define resetting the target into the halted or running | oharboe | 2008-08-05 | 6 | -39/+37 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 12 | -45/+51 |
* | The reset routine now works w/LPC2148 out of the box. | oharboe | 2008-08-01 | 1 | -11/+5 |
* | wait up to 1 second for halted state upon reset init/halt. | oharboe | 2008-07-31 | 1 | -4/+8 |
* | allow minidrivers to implement inner loop of dcc memory writes | oharboe | 2008-07-28 | 3 | -407/+406 |
* | fixed gaffe mea culpa | oharboe | 2008-07-28 | 2 | -7/+12 |
* | retired reset run_and_init/halt | oharboe | 2008-07-28 | 29 | -470/+337 |
* | add check for target_read/write_buffer 32 bit wrap. | oharboe | 2008-07-26 | 1 | -3/+17 |
* | - merged mips target into svn trunk | ntfreak | 2008-07-26 | 11 | -4/+2399 |
* | minimum address and maximum length argument to load_image. Used in lieu of re... | oharboe | 2008-07-25 | 1 | -11/+49 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 14 | -0/+42 |