aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-10-31arm9tdmi: more correct fix for vector_catchDavid Brownell
2009-10-30ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell
2009-10-28ARM926: remove exports and forward declsDavid Brownell
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-10-25check if mmu is enabled before using mmu code pathØyvind Harboe
2009-10-25ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell
2009-10-25xscale: always reload handler after resetDavid Brownell
2009-10-23arm9tdmi vector_catch: reserved means "don't use"David Brownell
2009-10-23Improve help for arm9 vector_catch.Øyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-23Embedded ICE version is now dumped with debug_level 1Øyvind Harboe
2009-10-22Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-22ETM: rename registers, doc tweaksDavid Brownell
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe
2009-10-21read/write physical target fn'sØyvind Harboe
2009-10-21add support for target_read/write_phys_memory callbacks.Øyvind Harboe
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe
2009-10-21Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe
2009-10-21First cut at implementing software breakpoints for mmu read only memoryØyvind Harboe
2009-10-21Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe
2009-10-19Improve Makefile rules for XScale debug handler; fixes 'make distcheck'.Zachary T Welch
2009-10-19fix single step of bx instruction going into Thumb modeNicolas Pitre
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
2009-10-17build tweak for bin2charDavid Brownell
2009-10-16xscale: better fix for debug_handler.binDavid Brownell
2009-10-14portability updatesDavid Brownell
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe
2009-10-14Fix problems building xscale_debug.SDavid Brownell
2009-10-13fix detection of PLD instructionsLennert Buytenhek
2009-10-13fix pass_condition() LE condition code checkLennert Buytenhek
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta
2009-10-13Fix warning.Øyvind Harboe
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe
2009-10-13Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe
2009-10-13xscale: stackframe corruption bugfixDavid Brownell
2009-10-12More error propagation fixes.Øyvind Harboe