mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
--vgdb-error=N is specified, print a bit of text telling the user the magic commands to give GDB in order to attach to the process. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11822
28 lines
617 B
Plaintext
28 lines
617 B
Plaintext
|
|
(action at startup) vgdb me ...
|
|
|
|
|
|
breakme function called from line 19
|
|
before reading 0/4/8
|
|
u: Expected value at 0
|
|
f: Expected value at 4
|
|
d: Expected value at 8
|
|
before writing 0
|
|
before writing 4
|
|
before writing 8
|
|
after writing 8
|
|
value UndeFineD
|
|
before rewriting 0
|
|
before rewriting 4
|
|
before rewriting 8
|
|
value 0nde4ine8
|
|
|
|
HEAP SUMMARY:
|
|
in use at exit: 0 bytes in 0 blocks
|
|
total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
|
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
|
|
For counts of detected and suppressed errors, rerun with: -v
|
|
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|