summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MinGW: use WinSock2Redirect 'Slash' NIL2009-10-191-1/+1
* fix single step of bx instruction going into Thumb modeNicolas Pitre2009-10-191-1/+1
* corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL2009-10-192-6/+8
* Sync with official Jim Tcl repository.oyvind2009-10-193-4/+6
* Switch from svn to git version string handling.oyvind2009-10-191-7/+4
* safer conversion to HANDLER on MinGW-W64Redirect 'Slash' NIL2009-10-171-2/+2
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-173-6/+23
* jim-eventloop for MinGW-w64Redirect \"Slash\" NIL2009-10-172-2/+2
* build tweak for bin2charDavid Brownell2009-10-171-3/+4
* xscale: better fix for debug_handler.binDavid Brownell2009-10-165-29/+27
* another portability updateDavid Brownell2009-10-141-4/+4
* portability updatesDavid Brownell2009-10-144-11/+12
* doc updates to match "help" betterDavid Brownell2009-10-141-52/+5
* S29WS-N CFI query fix is to try 0x555 if 0x55 fails.Øyvind Harboe2009-10-141-24/+53
* Work in progress on arm11 reset. Assert srst.Øyvind Harboe2009-10-141-6/+50
* Fix problems building xscale_debug.SDavid Brownell2009-10-141-0/+6
* fix detection of PLD instructionsLennert Buytenhek2009-10-131-1/+1
* fix pass_condition() LE condition code checkLennert Buytenhek2009-10-131-3/+3
* cosmetic cleanup in TMS tablesDavid Brownell2009-10-131-11/+17
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-134-15/+15
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe2009-10-131-66/+3
* Missing type for eCos.Øyvind Harboe2009-10-131-0/+1
* Fix warning.Øyvind Harboe2009-10-131-1/+1
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-132-45/+20
* Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe2009-10-131-5/+9
* xscale: stackframe corruption bugfixDavid Brownell2009-10-131-36/+18
* More error propagation fixes.Øyvind Harboe2009-10-122-5/+8
* arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe2009-10-121-2/+11
* Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe2009-10-121-8/+22
* Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe2009-10-121-0/+1
* Fix warning and improve error message upon burst transfer failureØyvind Harboe2009-10-121-3/+3
* Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe2009-10-121-5/+5
* simplify XScale debug handler installationDavid Brownell2009-10-124-42/+58
* more xscale cleanup (mostly removing JTAG hooks)David Brownell2009-10-122-88/+65
* Merge commit 'origin/master'Øyvind Harboe2009-10-127-287/+300
|\
| * xscale_load_ic cleanupDavid Brownell2009-10-111-16/+16
| * xscale.c cleanupDavid Brownell2009-10-111-186/+197
| * xscale bugfix to handler loadingDavid Brownell2009-10-111-2/+2
| * xscale minor cleanupDavid Brownell2009-10-111-43/+31
| * printf format warning fixesDavid Brownell2009-10-106-33/+38
| * add documentation about reset customizationDavid Brownell2009-10-091-10/+19
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-123-3/+43
|/
* Stop debug session if halt failsØyvind Harboe2009-10-091-1/+6
* ARM11 error checkingØyvind Harboe2009-10-093-52/+119
* add overridable Tcl "init_reset"David Brownell2009-10-081-8/+22
* minor JTAG init messaging tweaksDavid Brownell2009-10-081-2/+4
* prevent abort via polling during jtag_resetDavid Brownell2009-10-083-9/+51
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-082-15/+50
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-083-5/+25