summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-09-06 15:47:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-09-06 15:47:08 (GMT)
commit3173b904d5d56a8b5e6bf549c97e3fc49da6c5ba (patch)
treef5ea74177fcbc05558b85b9f2e6db36aa1ca3b86 /src/main.c
parentef3b996ad359e0da5e93184dab9200fad9105faf (diff)
Provided some methods to interact with a GDB server.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@110 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6466948..a4424cd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,7 +40,7 @@
#include "plugins/pglist.h"
-
+/////void test_gdb(void);
/******************************************************************************
* *
* Paramètres : argc = nombre d'arguments dans la ligne de commande. *
@@ -78,6 +78,16 @@ int main(int argc, char **argv)
gtk_set_locale();
gtk_init(&argc, &argv);
+
+ /*
+ test_gdb();
+ gdk_threads_enter();
+ gtk_main();
+ gdk_threads_leave();
+ */
+
+
+
/*
* this initialize the library and check potential ABI mismatches
* between the version it was compiled for and the actual shared