index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2020-05-11 12:59:51 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-06-01 10:59:08 +1000 |
commit | 454ea024383eab60295e4c4fdf2c329475887b2c (patch) | |
tree | 5f3397782b3bb7e061770a63da5b7e34877f8193 /HACKING | |
parent | 8ce142a2552418f64a74e773f659d92b065d6209 (diff) |
-rw-r--r-- | HACKING | 13 |
@@ -176,16 +176,3 @@ For pacman: ------------------------------------------- Never directly include config.h. This will always be added via Makefiles. - -GDB and Valgrind Usage -~~~~~~~~~~~~~~~~~~~~~~ - -When using GDB or valgrind on pacman, you will want to run it on the actual -binary rather than the shell script wrapper produced by libtool. The actual -binary lives at `src/pacman/.libs/lt-pacman`, and will exist after running -`./src/pacman/pacman` at least once. - -For example, to run valgrind: - - ./src/pacman/pacman - valgrind --leak-check=full -- src/pacman/.libs/lt-pacman -Syu |