* remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 31 Oct 1993 19:36:41 +0000 (19:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 31 Oct 1993 19:36:41 +0000 (19:36 +0000)
is a mandatory step.  Make the stuff about that more concise.

gdb/doc/ChangeLog
gdb/doc/remote.texi

index ba1d56d79467c2019eb8d1fbb834b8c41fdc190b..a3bd273a64e419c7a816667b5d8aaee9d6c394dc 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
+       is a mandatory step.  Make the stuff about that more concise.
+
 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Class Names): New node.
index 907352300c3bea5ef0c5bbed53223d39cdb0938d..b580f0befe378f0807d9c601b078a3d3e776af4f 100644 (file)
@@ -909,23 +909,21 @@ The following information on connecting to VxWorks was current when
 this manual was produced; newer releases of VxWorks may use revised
 procedures.
 
-The remote debugging interface (RDB) routines are installed and executed
-on the VxWorks target.  These routines are included in the VxWorks library
-@file{rdb.a} and are incorporated into the system image when source-level
-debugging is enabled in the VxWorks configuration.
-
 @kindex INCLUDE_RDB
-If you wish, you can define @code{INCLUDE_RDB} in the VxWorks
-configuration file @file{configAll.h} to include the RDB interface
-routines and spawn the source debugging task @code{tRdbTask} when
-VxWorks is booted.  For more information on configuring and remaking
-VxWorks, see the manufacturer's manual.
+To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
+to include the remote debugging interface routines in the VxWorks
+library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
+VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
+kernel.  The resulting kernel will contain @file{rdb.a} and spawn the
+source debugging task @code{tRdbTask} when VxWorks is booted.  For more
+information on configuring and remaking VxWorks, see the manufacturer's
+manual.
 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
 
-Once you have included the RDB interface in your VxWorks system image
-and set your Unix execution search path to find @value{GDBN}, you are ready
-to run @value{GDBN}.  From your Unix host, run @code{gdb} (or
-@code{vxgdb}, depending on your installation).
+Once you have included @file{rdb.a} in your VxWorks system image and set
+your Unix execution search path to find @value{GDBN}, you are ready to
+run @value{GDBN}.  From your Unix host, run @code{gdb} (or @code{vxgdb},
+depending on your installation).
 
 @value{GDBN} comes up showing the prompt:
 
This page took 0.027769 seconds and 4 git commands to generate.