| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -2/+3 |
* | Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax | oharboe | 2008-11-27 | 1 | -2/+0 |
* | big endian software breakpoint bogus error messages fixed | oharboe | 2008-11-13 | 1 | -2/+2 |
* | arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse... | oharboe | 2008-11-04 | 1 | -2/+4 |
* | Hongtao Zheng single step fixes | oharboe | 2008-10-30 | 1 | -13/+29 |
* | - remove build warning | ntfreak | 2008-10-28 | 1 | -1/+1 |
* | Hongtao Zheng - more fixes to single stepping. Better hiding of details and ... | oharboe | 2008-10-28 | 1 | -27/+13 |
* | Hongtao Zheng - add simulation because previous functions could not halt for ... | oharboe | 2008-10-27 | 1 | -16/+62 |
* | more robust error reporting for DCC | oharboe | 2008-10-16 | 1 | -0/+4 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -10/+37 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -56/+198 |
* | Fix problems with DCC downloads routine crashing silently. | oharboe | 2008-10-12 | 1 | -62/+66 |
* | abort writing algorithm to target upon failure | oharboe | 2008-10-09 | 1 | -1/+6 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 1 | -18/+35 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -3/+7 |
* | fix BUG: keep_alive() error messages | oharboe | 2008-08-20 | 1 | -12/+34 |
* | added some alive_sleep()'s | oharboe | 2008-08-19 | 1 | -1/+1 |
* | feroceon updated w.r.t. latest arm7/9 changes | oharboe | 2008-08-14 | 1 | -4/+5 |
* | arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale... | oharboe | 2008-08-14 | 1 | -268/+117 |
* | gaffe in previous commit fixed. "reset run" now works again for arm7/9 | oharboe | 2008-08-05 | 1 | -1/+1 |
* | 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 | 1 | -27/+8 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 1 | -1/+21 |
* | allow minidrivers to implement inner loop of dcc memory writes | oharboe | 2008-07-28 | 1 | -362/+348 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -2/+2 |
* | clarify error message w.r.t. not being able to set breakpoint | oharboe | 2008-07-19 | 1 | -2/+2 |
* | - fix reset_halt issue with certain arm cores - address not set in embedded i... | ntfreak | 2008-06-25 | 1 | -9/+14 |
* | Spen spotted a bug in warning for missing srst_pulls_trst | oharboe | 2008-06-18 | 1 | -3/+3 |
* | Nicolas Pitre: Feroceon fixes | oharboe | 2008-06-06 | 1 | -3/+21 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+63 |
* | moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br... | oharboe | 2008-05-21 | 1 | -0/+23 |
* | Edgar Grimberg fixes some memory handling issues and | oharboe | 2008-05-20 | 1 | -1/+1 |
* | Fix crash when mode number fetched from the target is invalid. | oharboe | 2008-05-19 | 1 | -0/+28 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 1 | -16/+8 |
* | make debug_level 3 useful again... the log just drowns. perhaps introduce deb... | oharboe | 2008-04-25 | 1 | -1/+1 |
* | added fast option. | oharboe | 2008-04-23 | 1 | -2/+2 |
* | Update Embedded ICE registers explicitly during target->type->examine() instead | oharboe | 2008-04-16 | 1 | -23/+4 |
* | - sw_bkpts fails if the target is not halted. The side effect is | oharboe | 2008-04-15 | 1 | -0/+6 |
* | allows launching OpenOCD w/telnet+gdb server w/the | oharboe | 2008-04-13 | 1 | -0/+3 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -11/+3 |
* | - added "init" command. "init" and "reset" at end of startup script is equiva... | oharboe | 2008-04-09 | 1 | -10/+17 |
* | - only if "reset halt" or "reset init" are issued will the reset vector be se... | oharboe | 2008-04-07 | 1 | -20/+22 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -14/+33 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -44/+18 |
* | Removed exit()'s. A reset is usually enough to work around these, reducing cy... | oharboe | 2008-03-31 | 1 | -15/+8 |
* | TAP_SD/SI are now forbidden end states. | oharboe | 2008-03-26 | 1 | -39/+15 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -91/+91 |
* | - changed jtag_add_reset errors to warnings | ntfreak | 2008-03-22 | 1 | -2/+0 |