| strubtest.py |
User-defined GDB CLI command to help in testing GCC's stack scrubbing
annotations. See also src/scripts/test_strubbed_symbols.py for details.
This can be used in interactive GDB sessions for debugging and development.
$> gdb -x src/scripts/gdb/strubtest.py ./botan
(gdb) strubtest Botan::SHA_256::compress_digest
strubtest setup done
(gdb) run hash --algo=SHA-256 readme.rst
Success: stackframe of Botan::SHA_256::compress_digest contains 10176 zero bytes after invocation
ECD8814EDC180601831FDAD7DEDCF24D57F9F002295346E7D558C941AD318F8E readme.rst
|
7416 |
- |