Valentin Longchamp wrote:
> I am testing with a jtagkey, but also expermimenting some problems
> with svn revision from tonight. Reset halt does not seem to work for
> me:
>   
Valentin,

We had a series of emails about something with reset - and I am working 
on some things dealing with event processing associated with that.

I am unclear if this (current) problem is associated with earlier issue 
- or not.

ie: Was something that worked previously - and is now not working
Or is it something that has not worked yet.

===
About my recent changes
===

To be clear, and to avoid any doubt -

The recent changes (patches I have done) have *NOT* and *SHOULD*NOT*  
(YET) effect the process reset and associated things.
That is *the* next set of patches.

If anything was touched in the reset area, by me - the change was 
functionally (or should have been functionally) this:

FROM: something like this:

    if( 0 == strcmp() ){
       value = THIS;
    } else if( 0 == strcmp() ){
       value = THAT
    }
    target->some_setting = value;

TO: something like this:

    // call a function to lookup the value from a table
    n = Jim_Nvp_name2value_simple()
    target->some_setting = n->value;


-Duane.

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to