aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-13gdb_breakpoint_override commentsoharboe1-0/+10
2008-08-13added global gdb breakpoint override configuration commandoharboe1-0/+48
2008-08-13comments.oharboe1-3/+18
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe3-38/+77
2008-08-13fix warning.oharboe1-1/+0
2008-08-13return halted signal if step/continue failsoharboe1-38/+57
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe1-3/+6
2008-08-11fix output from jtag_khz when only jtag_speed has been invokedoharboe1-2/+11
2008-08-11updated syntax for post_reset scriptsoharboe3-11/+6
2008-08-11propagate error code in case of "reset" failing.oharboe1-3/+1
2008-08-11fix error output a bit: do not repeat output printed during execution in case...oharboe1-1/+1
2008-08-11fix error messageoharboe1-1/+1
2008-08-11place event loop inside #ifdef JIM_EMBEDDED. oharboe3-3/+12
2008-08-08- fix build issues under win32 (mingw)ntfreak1-4/+6
2008-08-08Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to docoharboe1-1/+5
2008-08-08default reset in help text - runoharboe1-1/+1
2008-08-07- added svn props for newly added filesntfreak7-704/+704
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe12-2/+728
2008-08-07lpc2148 2MHz, RCLK and clockless config script versionsoharboe5-5/+12
2008-08-07- correct BUILD_ECOSBOARD definition is server.cntfreak1-5/+2
2008-08-06- remove Jim_InitEmbedded warningntfreak1-1/+1
2008-08-06- added svn props for previously added filentfreak1-536/+536
2008-08-06- fix target_examine declarationntfreak11-25/+33
2008-08-05GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe2-18/+20
2008-08-05gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe28-52/+66
2008-08-05halting srst_pulls_trst targets is now snappier and has explicit warning.oharboe1-0/+12
2008-08-05define resetting the target into the halted or runningoharboe6-39/+37
2008-08-05moves handling of problems with resetting into the halted stateoharboe12-45/+51
2008-08-04TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need...oharboe1-0/+5
2008-08-01The reset routine now works w/LPC2148 out of the box.oharboe1-11/+5
2008-07-31wait up to 1 second for halted state upon reset init/halt.oharboe1-4/+8
2008-07-31wip - committing to reduce patch size.oharboe1-0/+536
2008-07-30warning output upon connection problems.oharboe1-2/+6
2008-07-29more jtag_examine() checks. catch errors during first 640 bits.oharboe1-1/+20
2008-07-28- added run_and_halt_time to deprecated/removed functions sectionntfreak2-75/+84
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe3-407/+406
2008-07-28fixed gaffe mea culpaoharboe2-7/+12
2008-07-28retired reset run_and_init/haltoharboe38-501/+346
2008-07-27working notes.oharboe1-0/+76
2008-07-26add check for target_read/write_buffer 32 bit wrap.oharboe1-3/+17
2008-07-26- merged mips target into svn trunkntfreak11-4/+2399
2008-07-25minimum address and maximum length argument to load_image. Used in lieu of re...oharboe1-11/+49
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe44-1/+130
2008-07-24OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe1-2/+2
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe2-23/+6
2008-07-24take path to eCos files from environment variableoharboe2-2/+2
2008-07-24retire daemon_startupoharboe11-45/+4
2008-07-24allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe1-1/+1
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe2-28/+54