|
From: Lou Sanchez/V. B. <bel...@co...> - 2006-11-10 07:49:25
|
Hi,
I've looked in the documentation and could not find a way to change
on the command line to Valkyrie the location of the Valgrind executable
to run. I can do it from the Options dialog, but it's kind of klunky
since you have to stop the running investigated application and then
restart it. Does anyone have a better solution? Thanks.
Cheers
Lou
|
|
From: Cerion Armour-B. <ce...@op...> - 2006-11-13 22:01:57
|
I assume you need to run under multiple versions of valgrind, else setting it once in the options dlg and saving the options would surely do? Cerion On Friday 10 November 2006 08:49, Lou Sanchez/Viviana Bellifemine wrote: > Hi, > I've looked in the documentation and could not find a way to change > on the command line to Valkyrie the location of the Valgrind executable > to run. I can do it from the Options dialog, but it's kind of klunky > since you have to stop the running investigated application and then > restart it. Does anyone have a better solution? Thanks. > > Cheers > > Lou > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Pim N. <pn...@ai...> - 2006-11-14 08:28:02
|
Cerion Armour-Brown wrote: > I assume you need to run under multiple versions of valgrind, else setting it > once in the options dlg and saving the options would surely do? You could make a script that sets the option in ~/.valkyrie/valkyrierc before running Valkyrie. Of course if you've multiple different setting (e.g. different suppression files as well) you might consider having multiple configuration files and let your script do something like:copy configuration_x to valkyrierc, run valkyrie, copy valkyrierc back to configuration_x. Pim -- This message has been scanned for viruses and is believed to be clean |
|
From: Cerion Armour-B. <ce...@va...> - 2006-11-14 18:59:52
|
On Tuesday 14 November 2006 09:27, Pim Nijdam wrote: > Cerion Armour-Brown wrote: > > I assume you need to run under multiple versions of valgrind, else > > setting it once in the options dlg and saving the options would surely > > do? > > You could make a script that sets the option in ~/.valkyrie/valkyrierc > before running Valkyrie. Of course if you've multiple different setting > (e.g. different suppression files as well) you might consider having > multiple configuration files and let your script do something like:copy > configuration_x to valkyrierc, run valkyrie, copy valkyrierc back to > configuration_x. Hmm. I agree the config file situation is less than adequate - we need to move to per-project config files a-la kdevelop, as opposed to one master config file. Anyone got any spare time?! C |
|
From: Lou Sanchez-C. <lou...@xi...> - 2006-11-14 19:33:53
|
Hi,
Cerion Armour-Brown wrote:
>On Tuesday 14 November 2006 09:27, Pim Nijdam wrote:
>
>
>>Cerion Armour-Brown wrote:
>>
>>
>>>I assume you need to run under multiple versions of valgrind, else
>>>setting it once in the options dlg and saving the options would surely
>>>do?
>>>
>>>
>>You could make a script that sets the option in ~/.valkyrie/valkyrierc
>>before running Valkyrie. Of course if you've multiple different setting
>>(e.g. different suppression files as well) you might consider having
>>multiple configuration files and let your script do something like:copy
>>configuration_x to valkyrierc, run valkyrie, copy valkyrierc back to
>>configuration_x.
>>
>>
>
>Hmm.
>I agree the config file situation is less than adequate - we need to move to
>per-project config files a-la kdevelop, as opposed to one master config file.
>Anyone got any spare time?!
>
>
I ended up manually editing (despite the warning) the valkyrierc
file. Rather than having a multitude of valkyrierc files I would prefer
that command line options be able to supercede what's in the config
file. That way they can be used in scripts, specialized icons, etc.. I
might take that on after I finish the current project (suppression editor).
>C
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share your
>opinions on IT & business topics through brief surveys - and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>Valgrind-users mailing list
>Val...@li...
>https://lists.sourceforge.net/lists/listinfo/valgrind-users
>
>
Cheers
Lou
|