[f-spot] Ignore harmless signals when debugging using GDB.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] Ignore harmless signals when debugging using GDB.
- Date: Tue, 11 Aug 2009 23:32:27 +0000 (UTC)
commit 04412d536914039706dbdaace740e28e24849bfc
Author: Ruben Vermeersch <ruben savanne be>
Date: Wed Aug 12 01:31:33 2009 +0200
Ignore harmless signals when debugging using GDB.
src/f-spot.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/f-spot.in b/src/f-spot.in
index b552766..9395f5b 100644
--- a/src/f-spot.in
+++ b/src/f-spot.in
@@ -93,7 +93,7 @@ fi
if $run_mdb; then
mdb $EXE_TO_RUN -args "$@"
elif $run_gdb; then
- gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
+ gdb --eval-command="handle SIGXCPU SIG33 SIG35 SIGPWR nostop noprint" --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
elif $run_valgrind; then
valgrind --tool=memcheck --leak-check=full --show-reachable=yes --log-file=valgrind --smc-check=all --suppressions=/home/sde/Mono/mono/data/mono.supp mono $MONO_OPTIONS $EXE_TO_RUN "$@"
elif $run_strace; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]