[anjuta] gdb: Disable password-prompt for gdb communication
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] gdb: Disable password-prompt for gdb communication
- Date: Wed, 12 Feb 2014 21:08:10 +0000 (UTC)
commit 3068b661136f1b6fbf2c0b65314aa34a8e0bc21a
Author: Johannes Schmid <jhs gnome org>
Date: Wed Feb 12 22:07:26 2014 +0100
gdb: Disable password-prompt for gdb communication
plugins/gdb/debugger.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gdb/debugger.c b/plugins/gdb/debugger.c
index dd15b2a..c574878 100644
--- a/plugins/gdb/debugger.c
+++ b/plugins/gdb/debugger.c
@@ -1103,6 +1103,7 @@ debugger_start (Debugger *debugger,
/* Prepare for launch. */
launcher = debugger->priv->launcher;
anjuta_launcher_set_terminate_on_exit (launcher, TRUE);
+ anjuta_launcher_set_check_passwd_prompt (launcher, FALSE);
g_signal_connect (G_OBJECT (launcher), "child-exited",
G_CALLBACK (on_gdb_terminated), debugger);
ret = anjuta_launcher_execute_v (launcher,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]