From: Nicholas N. <nj...@ca...> - 2003-03-20 18:32:13
|
On Thu, 20 Mar 2003, Joe Stoy wrote: > (a) > Has anyone had experience debugging SystemC programs with valgrind? > Were there any unexpected problems? I have no experience, but there shouldn't be any problems, since Valgrind works in principle with programs written in any languages (although it can do a bit more with C and C++ programs). > (b) > Can anyone suggest what I should do next with the following problem? I don't have much to say about this, except maybe GDB watch points could be useful? Don't know. N |