Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-10-07 01:07:54 +0400
committerBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-10-07 01:07:54 +0400
commit3345623a43b020f2e34d4d91c7dafeed864cae87 (patch)
tree5485559d04e9879f1cc5640306b8fbd135cb8b22 /main/Makefile.am
parent9029ba9b3fdf0aa58853b60a701315ef473bf320 (diff)
[Build] Add a run-gdb-sgen target as well.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 26860c5bd5..b3c3e1201a 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -130,6 +130,11 @@ run-gdb: $(PROGRAM)
$(MD_LAUNCH_SETUP) gdb $(RUNTIME) -x gdb.commands
rm -f gdb.commands
+run-gdb-sgen: $(PROGRAM)
+ echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
+ $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-sgen -x gdb.commands
+ rm -f gdb.commands
+
run-profile: $(PROGRAM)
$(MD_LAUNCH) --profile=log:calls $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect