| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 9 | -16/+0 |
* | target: 20 second timeout/megabyte for CRC check | Øyvind Harboe | 2009-11-03 | 1 | -1/+4 |
* | arm920t: memory writes were broken when MMU was disabled | Øyvind Harboe | 2009-11-03 | 1 | -11/+10 |
* | target: require working area for physical/virtual addresses to be specified | Øyvind Harboe | 2009-11-03 | 2 | -9/+29 |
* | arm9tdmi: more correct fix for vector_catch | David Brownell | 2009-10-31 | 1 | -8/+5 |
* | ARM926: fix arm926ejs_mmu() reading from bad pointer | David Brownell | 2009-10-30 | 1 | -1/+3 |
* | Cortex-M3: remove exports and forward decls | David Brownell | 2009-10-28 | 2 | -189/+144 |
* | ARM926: remove exports and forward decls | David Brownell | 2009-10-28 | 1 | -122/+127 |
* | bugfix: stack corruption loading IHex images | Franck HÉRÉSON | 2009-10-28 | 2 | -1/+22 |
* | ARM: fix single-step of Thumb unconditional branch | Nicolas Pitre | 2009-10-27 | 1 | -2/+2 |
* | ARM: fix target address when disassembling Thumb BLX | Nicolas Pitre | 2009-10-27 | 1 | -0/+1 |
* | ARM: fix Thumb mode handling when single-stepping register based branch insns | Nicolas Pitre | 2009-10-26 | 1 | -22/+33 |
* | ARM: allow proper single stepping of Thumb BL and BLX instructions | Nicolas Pitre | 2009-10-26 | 1 | -0/+12 |
* | ARM: call thumb_pass_branch_condition() only for actual branch opcodes | Nicolas Pitre | 2009-10-26 | 1 | -8/+6 |
* | ARM ADIv5: "dap info" gets more readable | David Brownell | 2009-10-26 | 1 | -33/+268 |
* | check if mmu is enabled before using mmu code path | Øyvind Harboe | 2009-10-25 | 1 | -1/+1 |
* | ARM: rename "arm9tdmi vector_catch" to "arm9 ..." | David Brownell | 2009-10-25 | 1 | -5/+3 |
* | xscale: always reload handler after reset | David Brownell | 2009-10-25 | 2 | -19/+11 |
* | arm9tdmi vector_catch: reserved means "don't use" | David Brownell | 2009-10-23 | 2 | -3/+2 |
* | Improve help for arm9 vector_catch. | Øyvind Harboe | 2009-10-23 | 1 | -1/+3 |
* | Remove debug output that could cause compile warnings. | Øyvind Harboe | 2009-10-23 | 1 | -2/+0 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 6 | -12/+241 |
* | Embedded ICE version is now dumped with debug_level 1 | Øyvind Harboe | 2009-10-23 | 1 | -2/+2 |
* | Ferocion: fix corruption of r0 when resuming Thumb mode | Nicolas Pitre | 2009-10-22 | 1 | -2/+1 |
* | have "reg" command print cache names too | David Brownell | 2009-10-22 | 1 | -0/+2 |
* | ETM: rename registers, doc tweaks | David Brownell | 2009-10-22 | 1 | -47/+54 |
* | retire obsolete mXY_phys commands. Handled by generic memory read/modify comm... | Øyvind Harboe | 2009-10-21 | 5 | -341/+0 |
* | read/write physical target fn's | Øyvind Harboe | 2009-10-21 | 2 | -0/+53 |
* | add support for target_read/write_phys_memory callbacks. | Øyvind Harboe | 2009-10-21 | 1 | -2/+27 |
* | Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo... | Øyvind Harboe | 2009-10-21 | 2 | -10/+84 |
* | Retire obsolete and superfluous implementations of virt2phys in each target. ... | Øyvind Harboe | 2009-10-21 | 4 | -129/+0 |
* | First cut at implementing software breakpoints for mmu read only memory | Øyvind Harboe | 2009-10-21 | 1 | -2/+37 |
* | Defined target_write_memory() to be able to handle implementing breakpoints f... | Øyvind Harboe | 2009-10-21 | 1 | -0/+24 |
* | Improve Makefile rules for XScale debug handler; fixes 'make distcheck'. | Zachary T Welch | 2009-10-19 | 1 | -5/+8 |
* | fix single step of bx instruction going into Thumb mode | Nicolas Pitre | 2009-10-19 | 1 | -1/+1 |
* | More MinGW C99 printf compliance | Redirect 'Slash' NIL | 2009-10-17 | 1 | -1/+2 |
* | build tweak for bin2char | David Brownell | 2009-10-17 | 1 | -3/+4 |
* | xscale: better fix for debug_handler.bin | David Brownell | 2009-10-16 | 4 | -26/+20 |
* | portability updates | David Brownell | 2009-10-14 | 2 | -3/+3 |
* | Work in progress on arm11 reset. Assert srst. | Øyvind Harboe | 2009-10-14 | 1 | -6/+50 |
* | Fix problems building xscale_debug.S | David Brownell | 2009-10-14 | 1 | -0/+6 |
* | fix detection of PLD instructions | Lennert Buytenhek | 2009-10-13 | 1 | -1/+1 |
* | fix pass_condition() LE condition code check | Lennert Buytenhek | 2009-10-13 | 1 | -3/+3 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 3 | -14/+14 |
* | Do not replace virt2phys with the default one if it was assigned | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+0 |
* | Fix warning. | Øyvind Harboe | 2009-10-13 | 1 | -1/+1 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 2 | -45/+20 |
* | Propagate error from assert, deassert and halt on tcl target object. | Øyvind Harboe | 2009-10-13 | 1 | -5/+9 |
* | xscale: stackframe corruption bugfix | David Brownell | 2009-10-13 | 1 | -36/+18 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 2 | -5/+8 |