Files
CS261-Computer-Systems-I/p3-disas/tests/valgrind/A_extra_params.txt

26 lines
1.0 KiB
Plaintext
Raw Normal View History

2025-10-06 00:14:04 -04:00
==2062039== Memcheck, a memory error detector
==2062039== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2062039== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2062039== Command: ../y86 -d inputs/onebyte.o extra params
==2062039==
Usage: ../y86 <option(s)> mini-elf-file
Options are:
-h Display usage
-H Show the Mini-ELF header
-a Show all with brief memory
-f Show all with full memory
-s Show the program headers
-m Show the memory contents (brief)
-M Show the memory contents (full)
-d Disassemble code contents
-D Disassemble data contents
==2062039==
==2062039== HEAP SUMMARY:
==2062039== in use at exit: 0 bytes in 0 blocks
==2062039== total heap usage: 1 allocs, 1 frees, 8,192 bytes allocated
==2062039==
==2062039== All heap blocks were freed -- no leaks are possible
==2062039==
==2062039== For lists of detected and suppressed errors, rerun with: -s
==2062039== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)