|
|
@@ -39,7 +39,7 @@ static gconstpointer debugger_notification_address = NULL;
|
|
|
static pthread_cond_t debugger_thread_cond = PTHREAD_COND_INITIALIZER;
|
|
|
static pthread_mutex_t debugger_thread_mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
|
|
|
static pthread_cond_t debugger_finished_cond = PTHREAD_COND_INITIALIZER;
|
|
|
-static pthread_mutex_t debugger_finished_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|
|
+static pthread_mutex_t debugger_finished_mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
|
|
|
static pthread_cond_t debugger_start_cond = PTHREAD_COND_INITIALIZER;
|
|
|
static pthread_mutex_t debugger_start_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|
|
static gboolean debugger_signalled = FALSE;
|