Hello $list,
I'm trying to add eCos thread awarness in openOCD for my CPUs, I have
found some people saying how openOCD get thread list "cannot reliably
work as implemented". Is there someone working on it ? Do you have any
idea how to "make it better" ?

As I am working on it did someone know how can I implement my CPU on
this struct ? I understand target_name and pointer_width (thank's god)
but how can I know all the rest ?

const struct eCos_params eCos_params_list[] = {
    {
    "cortex_m3",            /* target_name */
    4,                        /* pointer_width; */
    0x0c,                    /* thread_stack_offset; */
    0x9c,                    /* thread_name_offset; */
    0x3c,                    /* thread_state_offset; */
    0xa0,                    /* thread_next_offset */
    0x4c,                    /* thread_uniqueid_offset */
    &rtos_eCos_Cortex_M3_stacking    /* stacking_info */
    }
};

Thank's
Best regards
Vivien

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to