Searched refs:tool (Results 1 – 9 of 9) sorted by relevance
442 for tool in "$@"; do443 if ! `type "$tool" >/dev/null 2>&1`; then444 err_msg "$tool not found!"
82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
37 …iew is be assisted by a tool that compares the old and the new version, which is implemented in `s…
232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool …
80 may require the use of an upgrade tool.
49 * GNU Make 3.82 or a build tool that CMake supports.
3323 * Removed support for Yotta as a build tool.
244 * Inspect the generated code with `objdump` or a similar tool to see if copying operations are pres…322 1. Using Valgrind's memcheck tool. Valgrind provides a macro `VALGRIND_MAKE_MEM_NO_ACCESS` that all…425 An alternative approach is to use a dynamic instrumentation tool (the most obvious being Valgrind) …427 Valgrind has no tool specifically that checks the property that we are looking for. However, it is …430 valgrind --tool=lackey --trace-mem=yes --log-file=logfile ./myprogram461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho…
48 * If you had a tool that parsed the library version from `include/mbedtls/version.h`, this has move…