|
From: Nicholas N. <nj...@cs...> - 2006-03-26 22:56:38
|
On Sun, 26 Mar 2006, Paul Walker wrote: > Don't suppose you remember how I can get valgrind to output this line? > > [m_debugger.c] > VG_(message)(Vg_UserMsg, "starting debugger with cmd: %s", buf); > > Just adding more -v options doesn't seem to have done it, unfortunately. It should always (unless you specify -q, I think) print that out when starting the debugger. If it doesn't, that means one of the pre-startup tests is failing. Sprinkling some debugging printfs around VG_(start_debugger)() might be informative. Nick |