-
- Downloads
- Fixed bug in pathmove for XScale
- added virtual address to working_area. - Improved error messages in a number of places - Added ERROR_COMMAND_SYNTAX_ERROR that commands can return to have syntax printed - Added help for some config commands - Added verification of sw breakpoints with ERROR() message - Removed a couple of exit()'s and replaced with error message - cosmetic fix to armv4_5.c, easier to read - added polymorphic(with default) virt2phys and mmu enable query function to target.h - added virt2phys command that uses target->type->virt2phys() fn Thanks to Øyvind Harboe git-svn-id: svn://svn.berlios.de/openocd/trunk@310 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Showing
- src/flash/flash.c 2 additions, 6 deletionssrc/flash/flash.c
- src/helper/command.c 9 additions, 1 deletionsrc/helper/command.c
- src/helper/command.h 1 addition, 0 deletionssrc/helper/command.h
- src/target/arm7_9_common.c 20 additions, 2 deletionssrc/target/arm7_9_common.c
- src/target/armv4_5.c 8 additions, 8 deletionssrc/target/armv4_5.c
- src/target/armv4_5_mmu.c 4 additions, 0 deletionssrc/target/armv4_5_mmu.c
- src/target/target.c 82 additions, 7 deletionssrc/target/target.c
- src/target/target.h 8 additions, 1 deletionsrc/target/target.h
- src/target/xscale.c 42 additions, 28 deletionssrc/target/xscale.c
Loading
Please register or sign in to comment