[banshee] [build] some more useful run targets
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] some more useful run targets
- Date: Wed, 17 Feb 2010 01:41:49 +0000 (UTC)
commit 2b9518cfec1b54f04950b0cc1a90b761c10fe5fe
Author: Aaron Bockover <abockover novell com>
Date: Tue Feb 16 20:42:23 2010 -0500
[build] some more useful run targets
Makefile.am | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 345cd2f..7718bdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,6 +74,14 @@ run-trace: $(MO_FILES)
run-profile-heap: $(MO_FILES)
(cd bin; $(MONO) --profile=logging:heap=all,gc-dumps=-1 --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+query-trace:
+ @echo "Did you set BANSHEE_DEV_MONO_OPTIONS to --trace=disabled?"; \
+ MONO_PID=$$(ps aux | grep mono | grep '\--uninstalled' | grep -v 'cd bin' | awk '{print$$2}'); \
+ kill -USR2 $$MONO_PID
+
+push-moblin:
+ @extras/push-moblin
+
gdb:
@pushd bin; \
gdb mono --eval-command="handle SIGXCPU SIG35 SIGPWR nostop noprint" --eval-command="b g_return_if_fail_warning" --eval-command="r --debug Nereid.exe --debug --uninstalled"; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]