Hello, The chapter Specifying a Debugging Target contains a section titled: Remote debugging (so far so good :-) that in turn contains a subsection titled: The GDB remote serial protocol (er?) and that is further broken down into subsubsections that discuss things like implementing a stub, using gdbserver and even a specification of the remote protocol (oops). Remembering that the chapter is ``Specifying a Debugging Target'' I think the bulk of the Remote debugging section is off topic :-) With that in mind, I'd like to propose that a new chapter be created: ``Debugging remote programs''. The attatched patch is a first cut at this. The second thing to consider (not done here) is to remove the remote protocol specification to an appendix. It is very much like the maintenance commands. While they are one of GDB's interfaces they are pretty obscure and not part of normal reading. Thoughts? Andrew