On 7 March 2012 15:20, Drasko DRASKOVIC <drasko.drasko...@gmail.com> wrote:
> What the hell is <arch>_prepare_reset_halt ?
>
> These are never defined in the code...
>
>
> [ddraskovic@lardos:/home/ddraskovic/openocd]>grep -r prepare_reset_halt .
> ./src/target/mips_m4k.c:                         * debug entry was already 
> prepared in
> mips32_prepare_reset_halt()
> ./src/target/cortex_m.c:                         * debug entry was already 
> prepared in
> cortex_m3_prepare_reset_halt()
> ./src/target/arm7_9_common.h:int arm7_9_prepare_reset_halt(struct
> target *target);
>

This is old code that has been removed - the functionality is now
implemented in the target's assert_reset handler.

I create a patch to remove this code.

Cheers
Spen

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to