|
From: Ø. H. <oyv...@zy...> - 2008-09-12 08:55:26
|
Committed. Thanks! Perhaps we can tinker a bit with names and the precise implementation as this matures, but it should be essentially what we need. We may at some point want to stop and freeze the tcl api. Freeze as in we'll thaw it if needed, but we'd like to keep it as is. :-) One slight problem: if the tcl code throws an exception then that is not propagated by the reset command... is it? > That was - a major part of the early work. The other delays where caused by > a few *great* weekends on a big sailboat :-) It seems that OpenOCD mailing list is more quiet early fall than high summer :-) sprintf( buf, "ocd_process_reset %s", n->name ); Jim_Eval( interp, buf ); /* What if Jim_Eval throws an exception?? */ return ERROR_OK; -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer |