|
From: J. R. v. B. <jr...@cs...> - 2004-04-26 13:15:07
|
Greetings - I'm interested in using valgrind to help debug a user-level threading package that I'm writing. Since valgrind needs to know which bytes are on the stack and which are in the heap, my user-level context switching routine is throwing things off horribly. Is there any way to inform valgrind about my user-level stacks? Best, -Rob von Behren |