When starting gdb from emacs, emacs says that gdb should be started as
gdb -i=mi
The option -i is not defined in the gdb man page. If gdb is invoked from the command line with option -i=mi, it works. So it must be specific to gdb. Where is the documentation for the -i option?