1 2 (action at startup) vgdb me ... 3 4 5 breakme function called from line 19 6 before reading 0/4/8 7 u: Expected value at 0 8 f: Expected value at 4 9 d: Expected value at 8 10 before writing 0 11 before writing 4 12 before writing 8 13 after writing 8 14 value UndeFineD 15 before rewriting 0 16 before rewriting 4 17 before rewriting 8 18 value 0nde4ine8 19 20 HEAP SUMMARY: 21 in use at exit: 0 bytes in 0 blocks 22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated 23 24 For a detailed leak analysis, rerun with: --leak-check=full 25 26 For counts of detected and suppressed errors, rerun with: -v 27 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 28