2008-03-14 Pedro Alves <pedro@codesourcery.com>
+ * top.c (execute_command): Disable break and stop
+ commands in async mode.
+
+2008-03-14 Pedro Alves <pedro@codesourcery.com>
+
revert:
2008-03-14 Pedro Alves <pedro@codesourcery.com>
* inf-loop.c (inferior_event_handler): Don't include remote.h.
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."));