|
From: Nicholas N. <nj...@ca...> - 2005-01-09 11:27:07
|
On Sat, 8 Jan 2005, Jeremy Fitzhardinge wrote: > One other thing we could look at is reviving Nick's interactive mode > stuff. I'm guessing it has aged rather a lot. Yes. I don't think it was the right way to go, because it duplicated a lot of the GDB stuff anyway. All I really wanted was to be able to call a tool-specified C function from within GDB, but when I tried just doing that I had various problems; sometimes it would work and sometimes it would seg fault. I vaguely remember hearing that GDB's support for such C calls was flaky, but maybe Valgrind's interactions were causing other problems. N |