|
From: Nicholas N. <nj...@ca...> - 2004-01-07 13:45:08
|
On Wed, 7 Jan 2004, Tom Hughes wrote: > No existing options require spaces, but the --db-command option that > is in my patch for bug 69489 does as the command to start the debugger > will normally include spaces. > > For the .valgrindrc files it should be difficult if they expect one > option per line, for the env var some form of quoting would have to > be supported. If quoting is supported in the env var (as seems necessary), it shouldn't be hard to support it in the .valgrindrc file too -- I was planning to mmap the .valgrindrc file instead of reading it line by line, so that it can be handled by the same code that handles the env var. N |