Advertisement
Guest User

VGDB - Valgrind

a guest
Sep 11th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ==799== Memcheck, a memory error detector
  2. ==799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  3. ==799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
  4. ==799== Command: /var/local/projName/../VisualGDB/Debug/projName
  5. ==799== Parent PID: 715
  6. ==799==
  7. ==799== (action at startup) vgdb me ...
  8. ==799==
  9. ==799== TO DEBUG THIS PROCESS USING GDB: start GDB like this
  10. ==799== /path/to/gdb /var/local/projName/../VisualGDB/Debug/projName
  11. ==799== and then give GDB the following command
  12. ==799== target remote | /usr/lib/valgrind/../../bin/vgdb --vgdb-prefix=/tmp/64c4bcf1-05e3-46b3-b26e-6216ce1e0bb3 --pid=799
  13. ==799== --pid is optional if only one valgrind process is running
  14. ==799==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement