On 5 March 2013 14:11, Jonathan Dumaresq <jdumar...@cimeq.qc.ca> wrote:
> Hi Spen,
>
> We have a problem in our program. We have a big program in realtime OS. A
> little bit more than 23 task. We have sometime an buffer in a task that get
> overtien by an another task (bug probably) and try to identify which one
> corrupt the buffer. We have thinked that if we can set a watch point in
> runtime, we could probably trig the bug.
>

It is not possible to dynamically add a watchpoint from your firmware.

However, you could possibly craft some kind of OpenOCD (tcl) or gdb
(python) to simulate
a simple monitor mode using debug halt/check/resume.

Spen

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to