commit 153a88cb35337cd3ec94fa00b74320d403f14703
parent 16c8cb579f1eab54bb40cd0a8d4d12180424fbed
Author: stallman@gnu.org <unknown>
Date: Wed, 2 May 2012 00:26:19 +0200
cosmetic fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless.org/hacking.md b/suckless.org/hacking.md
@@ -15,12 +15,12 @@ Then start the program as usual.
After the program crashes, do the following:
- $ gdb --quiet `which program` /path/to/core
+ $ gdb -q `which program` /path/to/core
gdb> bt full
If you encounter freezes (no crash at all) of the program, you can debug as follows:
- $ gdb --quiet `which program` --attach `pgrep -o program`
+ $ gdb -q `which program` --attach `pgrep -o program`
gdb> bt full
Send the output of that command to the mailing list along with the output of