Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 9 of 9) sorted by relevance

/mbedtls-latest/tests/scripts/
Dall.sh442 for tool in "$@"; do
443 if ! `type "$tool" >/dev/null 2>&1`; then
444 err_msg "$tool not found!"
/mbedtls-latest/scripts/
Dmemory.sh82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md37 …iew is be assisted by a tool that compares the old and the new version, which is implemented in `s…
Dinvasive-testing.md232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool
/mbedtls-latest/
DBRANCHES.md80 may require the use of an upgrade tool.
DREADME.md49 * GNU Make 3.82 or a build tool that CMake supports.
DChangeLog3323 * Removed support for Yotta as a build tool.
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md244 * 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 ./myprogram
461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho…
/mbedtls-latest/docs/
D3.0-migration-guide.md48 * If you had a tool that parsed the library version from `include/mbedtls/version.h`, this has move…