2008-03-14 Pedro Alves * top.c (execute_command): Disable break and stop commands in async mode. --- gdb/top.c | 2 -- 1 file changed, 2 deletions(-) Index: src/gdb/top.c =================================================================== --- src.orig/gdb/top.c 2008-03-14 15:30:28.000000000 +0000 +++ src/gdb/top.c 2008-03-14 15:30:38.000000000 +0000 @@ -405,8 +405,6 @@ execute_command (char *p, int from_tty) if (strcmp (c->name, "help") != 0 && strcmp (c->name, "pwd") != 0 && strcmp (c->name, "show") != 0 - && strcmp (c->name, "stop") != 0 - && strcmp (c->name, "break") != 0 && strcmp (c->name, "info") != 0 && strcmp (c->name, "interrupt") != 0) error (_("Cannot execute this command while the target is running."));