-
- Downloads
moves handling of problems with resetting into the halted state
into the target implementation. Also target_process_reset() is now simpler and has error handling, e.g. if assert reset fails, then target_process_reset() will propagate that error. cmd_ctx was passed in to examine(), which is wrong - removed that. git-svn-id: svn://svn.berlios.de/openocd/trunk@887 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Showing
- src/target/arm11.c 1 addition, 1 deletionsrc/target/arm11.c
- src/target/arm11.h 1 addition, 1 deletionsrc/target/arm11.h
- src/target/arm7_9_common.c 21 additions, 1 deletionsrc/target/arm7_9_common.c
- src/target/arm7tdmi.c 1 addition, 1 deletionsrc/target/arm7tdmi.c
- src/target/arm7tdmi.h 1 addition, 1 deletionsrc/target/arm7tdmi.h
- src/target/arm9tdmi.c 1 addition, 1 deletionsrc/target/arm9tdmi.c
- src/target/arm9tdmi.h 1 addition, 1 deletionsrc/target/arm9tdmi.h
- src/target/cortex_m3.c 2 additions, 2 deletionssrc/target/cortex_m3.c
- src/target/feroceon.c 3 additions, 3 deletionssrc/target/feroceon.c
- src/target/mips_m4k.c 2 additions, 2 deletionssrc/target/mips_m4k.c
- src/target/target.c 15 additions, 29 deletionssrc/target/target.c
- src/target/target.h 2 additions, 2 deletionssrc/target/target.h
Loading
Please register or sign in to comment