This is needed to test/develop async with CLI. The info info command is very useful to debug gdb itself, and the interrupt command is needed to be able to SIGINT the target. Without it, the user is trapped in the hole of wanting to quit, but gdb complaining "I can't do that Dave" while the target is running. "stop" is there already, so I added break too, although it doesn't work yet. CLI command filtering this way is a gross hack that needs cleaning up anyway. Since noone is using this currently, I went ahead and installed as obvious. -- Pedro Alves