projects
/
libzakcgi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c730da1
)
Added a script to debug.
author
Andrea Zagli
<azagli@libero.it>
Wed, 29 Jul 2015 14:13:14 +0000
(16:13 +0200)
committer
Andrea Zagli
<azagli@libero.it>
Wed, 29 Jul 2015 14:13:14 +0000
(16:13 +0200)
debugcgi.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/debugcgi.sh
b/debugcgi.sh
new file mode 100755
(executable)
index 0000000..
29824ed
--- /dev/null
+++ b/
debugcgi.sh
@@ -0,0
+1,4
@@
+#!/bin/bash
+
+PID=`ps ax | grep $1 | grep -v grep | awk ' { print $1 }'`
+gdb --pid $PID --symbols=$2