how to use valgrind with remote gdb on openwrtvalgrindFAQBackgroundOpenwrt上的Valgrind启用并编译valgrind组件安装到Openwrt Box上运行valgrind在Openwrt Box上生成supperssion
As clear from the command above, the main binary is ‘Valgrind’ and the tool which we want to use is specified by the option ‘–tool’. The ‘a.out’ above signifies the executable over which we want to run memcheck. This tool can detect the following memory related problems : Use ...