From: Duane E. <op...@du...> - 2008-08-01 00:44:12
|
Øyvind Harboe wrote: > On Thu, Jul 31, 2008 at 1:06 PM, Dario Vecchio <dar...@ti...> wrote: > >>> You could define a few step/breakpoint commands in tcl that has this >>> functionality. The existing functions would then be the low level >>> implementation >>> of hardware/software breakpoints. >>> >> with the "breakpoints list/save/restore" patch one can use a similar script: >> > > I'd like to see this implemented as a tcl api proc. > > Are you interested in having a stab at it? > > PROBLEM: Saving will be hard, the JIM TCL does not support opening/closing/reading/writing files. Reloading is simple - "source filename.tcl" -Duane. |