|
From: vineeth <nvi...@gm...> - 2011-09-19 06:58:56
|
Hi, I had a question regarding running valgrind 3.6.1 on mac osx : 10.6.8 I was trying to analyze a GUI application using valgrind; However, From a console the GUI application cannot be directly launched and can be launched as: open MyApplication.app So to check this application with valgrind, I executed, valgrind --trace-children=yes open MyApplication.app but still I couldn't get valgrind to analyze the application. I am new to Mac and may be missing something obvious, could somebody pls point out how we can analyze a UI application in valgrind on Mac? Thanks. --Vineeth |
|
From: Konstantin T. <an...@ya...> - 2011-09-23 17:27:47
|
19.09.2011, 10:58, "vineeth" <nvi...@gm...>: > Hi, > I had a question regarding running valgrind 3.6.1 on mac osx : 10.6.8 > I was trying to analyze a GUI application using valgrind; However, >From a console the GUI application cannot be directly launched and can be launched as: open MyApplication.app So to check this application with valgrind, I executed, valgrind --trace-children=yes open MyApplication.app but still I couldn't get valgrind to analyze the application. I am new to Mac and may be missing something obvious, could somebody pls point out how we can analyze a UI application in valgrind on Mac? valgrind --trace-children=yes MyApplication.app/Contents/MacOS/MyApplication -- Regards, Konstantin |