summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-282-189/+144
* ARM926: remove exports and forward declsDavid Brownell2009-10-281-122/+127
* bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2009-10-282-1/+22
* ARM: fix single-step of Thumb unconditional branchNicolas Pitre2009-10-271-2/+2
* ARM: fix target address when disassembling Thumb BLXNicolas Pitre2009-10-271-0/+1
* ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre2009-10-261-22/+33
* ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre2009-10-261-0/+12
* ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre2009-10-261-8/+6
* ARM ADIv5: "dap info" gets more readableDavid Brownell2009-10-261-33/+268
* check if mmu is enabled before using mmu code pathØyvind Harboe2009-10-251-1/+1
* ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell2009-10-251-5/+3
* xscale: always reload handler after resetDavid Brownell2009-10-252-19/+11
* arm9tdmi vector_catch: reserved means "don't use"David Brownell2009-10-232-3/+2
* Improve help for arm9 vector_catch.Øyvind Harboe2009-10-231-1/+3
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-236-12/+241
* Embedded ICE version is now dumped with debug_level 1Øyvind Harboe2009-10-231-2/+2
* Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre2009-10-221-2/+1
* have "reg" command print cache names tooDavid Brownell2009-10-221-0/+2
* ETM: rename registers, doc tweaksDavid Brownell2009-10-221-47/+54
* retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe2009-10-215-341/+0
* read/write physical target fn'sØyvind Harboe2009-10-212-0/+53
* add support for target_read/write_phys_memory callbacks.Øyvind Harboe2009-10-211-2/+27
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-212-10/+84
* Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe2009-10-214-129/+0
* First cut at implementing software breakpoints for mmu read only memoryØyvind Harboe2009-10-211-2/+37
* Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe2009-10-211-0/+24
* Improve Makefile rules for XScale debug handler; fixes 'make distcheck'.Zachary T Welch2009-10-191-5/+8
* fix single step of bx instruction going into Thumb modeNicolas Pitre2009-10-191-1/+1
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-171-1/+2
* build tweak for bin2charDavid Brownell2009-10-171-3/+4
* xscale: better fix for debug_handler.binDavid Brownell2009-10-164-26/+20
* portability updatesDavid Brownell2009-10-142-3/+3
* 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
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-133-14/+14
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* 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