aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c1
1 files changed, 0 insertions, 1 deletions
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"