> > > gdb/doc/ChangeLog: > > > > > > * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry > > > in menu. > > > (GDB/MI Support Commands): New node, with its contents being > > > extracted from the "GDB/MI Miscellaneous Commands" node. > > > A small paragraph introducing the section is also added at > > > the start. > > > (GDB/MI Miscellaneous Commands): Delete the description of the > > > -info-gdb-mi-command, -list-features and -list-target-features > > > commands, now hosted in the "GDB/MI Support Commands" node. > This is OK to go in. Thanks. Sorry about the delay, Eli. I realized shortly after you approved the patch that I forgot one tiny piece which was obvious in retrospect: Fix the cross references to the "old" node/location. It turns out that there was only one such reference so far, so the patch is not very different. Attached is what I checked in. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry in menu. (GDB/MI Variable Objects): Adjust reference to "-list-features" command, now in a new node. (GDB/MI Support Commands): New node, with its contents being extracted from the "GDB/MI Miscellaneous Commands" node. A small paragraph introducing the section is also added at the start. (GDB/MI Miscellaneous Commands): Delete the description of the -info-gdb-mi-command, -list-features and -list-target-features commands, now hosted in the "GDB/MI Support Commands" node. -- Joel