|
From: Philippe W. <phi...@sk...> - 2008-02-13 18:24:32
|
Hello, After my post "[Valgrind-developers] obtain a debuggable client by having gdbremote protocol in valgrind core ?", I had very few reactions, which I have interpreted as enthusiastic (but silent) admiration of the idea :). So, I have started to implement it, basing the development on the gdb "gdbserver" code. This code is using setjmp/longjmp to handle some error recovery (like a wrongly formed packet) Is it ok to use setjmp/longjmp in the valgrind core ? Or should I change the structure of the code to avoid this completely ? Thanks |