From: Anton D. <ad...@na...> - 2008-09-08 12:05:13
|
Sorry, but I did not understand what YOU did not understand))) Yes, that patch now shows more reliable command line of MY tool. + −− /home/adu/proj/obj/bin/i386-linux-thread-multi/debug/XML_Parser + −− --dtd /home/adu/dtds/Database_1_0.dtd --ini_file /home/adu/ini_files/LambdaINI.xml /home/adu/FileToParse.xml.gz –strategy 'Find all BR-like tags' --gui_mode The first node - is a path to Binary The second node - is a binary flags. All MY additional flags. Now all is OK. But what about cmdline of valgrind? Why there are still 6 nodes an ARGS tree??? --args: | + −− /usr/local/bin/valgrind-3.3.1/bin/valgrind + −− --log-file=/tmp/valkyrie-logs/<LOGNAME>.xml + −− --tool=memcheck + −− --child-silent-after-fork=yes + −− --xml=yes + −− --show-reachable=yes I thought after implementing of your patch I will see next picture: The same 2 nodes only. 1 - is a TOOL path. (Binary) 2 - its all flags. In one line. Something like this: + −− /usr/local/bin/valgrind-3.3.1/bin/valgrind + −− --log-file=/tmp/valkyrie-logs/<LOGNAME>.xml --tool=memcheck --child-silent-after-fork=yes --xml=yes --show-reachable=yes |