From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17216 invoked by alias); 21 Jan 2002 23:24:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17184 invoked from network); 21 Jan 2002 23:24:04 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 21 Jan 2002 23:24:04 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 4C2073F0E for ; Mon, 21 Jan 2002 18:24:02 -0500 (EST) Message-ID: <3C4CA312.1000706@cygnus.com> Date: Mon, 21 Jan 2002 15:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch] Missing menu entries for Remote Debugging chapte Content-Type: multipart/mixed; boundary="------------010807020302070009020304" X-SW-Source: 2002-01/txt/msg00674.txt.bz2 This is a multi-part message in MIME format. --------------010807020302070009020304 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 107 Oops, Missed this when moving the remote debugging stuff to its own chapter. I've checked it in. Andrew --------------010807020302070009020304 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1674 2002-01-21 Andrew Cagney * gdb.texinfo (Remote Debugging): Create a menu. (Top): Add ``Remote Debugging'' to menu. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.77 diff -u -r1.77 gdb.texinfo --- gdb.texinfo 2002/01/21 18:56:05 1.77 +++ gdb.texinfo 2002/01/21 23:21:34 @@ -137,6 +137,7 @@ * Altering:: Altering execution * GDB Files:: @value{GDBN} files * Targets:: Specifying a debugging target +* Remote Debugging:: Debugging remote programs * Configurations:: Configuration-specific information * Controlling GDB:: Controlling @value{GDBN} * Sequences:: Canned sequences of commands @@ -192,6 +193,7 @@ * Altering:: Altering execution * GDB Files:: @value{GDBN} files * Targets:: Specifying a debugging target +* Remote Debugging:: Debugging remote programs * Configurations:: Configuration-specific information * Controlling GDB:: Controlling @value{GDBN} * Sequences:: Canned sequences of commands @@ -9942,6 +9944,13 @@ @node Remote Debugging @chapter Debugging remote programs + +@menu +* Server:: Using the gdbserver program +* NetWare:: Using the gdbserve.nlm program +* remote stub:: Implementing a remote stub +* Protocol:: Communication protocol +@end menu @node Server @section Using the @code{gdbserver} program --------------010807020302070009020304--