|
From: subhasish K. <sub...@gm...> - 2019-05-30 16:06:53
|
Hi, I have compiled valgrind for ARM64 based target using bitbake recipe. Below list of executable are generated. Please let me know, how can I use them to debug memory leaks of my native apps. ------------------------------------------------- callgrind_annotate callgrind_control cg_annotate cg_diff cg_merge ms_print valgrind valgrind-di-server valgrind-listener vgdb ------------------------------------------------- Thanking you, Subhasish |
|
From: Philippe W. <phi...@sk...> - 2019-05-30 18:05:15
|
First http://www.valgrind.org/docs/manual/QuickStart.html Then http://www.valgrind.org/docs/manual/manual.html (or the same doc in the valgrind you compiled) Philippe On Thu, 2019-05-30 at 21:36 +0530, subhasish Karmakar wrote: > Hi, > > I have compiled valgrind for ARM64 based target using bitbake recipe. > Below list of executable are generated. > Please let me know, how can I use them to debug memory leaks of my native apps. > > ------------------------------------------------- > callgrind_annotate > callgrind_control > cg_annotate > cg_diff > cg_merge > ms_print > valgrind > valgrind-di-server > valgrind-listener > vgdb > ------------------------------------------------- > > Thanking you, > Subhasish > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |