aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/plugin.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bca987..8a1ad5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-11 Rob Bradford <rob@openedhand.com>
+ * src/plugin.c:
+ Remove the break in main in the gdb script.
+
+2008-02-11 Rob Bradford <rob@openedhand.com>
+
* src/plugin.c: (remote_debug_dialog), (remote_run_dialog):
Fix up the default action behaviour for the Run and Debug dialogs.
diff --git a/src/plugin.c b/src/plugin.c
index 7ee30d7..d18a233 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -73,7 +73,6 @@
#define LOCAL_GDB_COMMAND "%s/bin/%s-gdb -x %s %s"
#define GDB_SCRIPT "set solib-absolute-prefix %s\n" \
- "b main\n" \
"target remote %s:2345\n"
#define OPROFILEUI_COMMAND "oprofile-viewer -h %s"