source: rtems/doc/rgdb_specs/rgdb_specs.texi @ 0ab65474

4.104.114.84.95
Last change on this file since 0ab65474 was 0ab65474, checked in by Joel Sherrill <joel.sherrill@…>, on 06/10/00 at 20:33:47

Purged as many egcs references as possible.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[5a8e90c5]2@c %**start of header
3@setfilename rgdb_specs
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
[0660b4f8]11@c  COPYRIGHT (c) 1988-1999.
[5a8e90c5]12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the Getting Started (C) Guide
20@c
21
[fc76a6aa]22@include version.texi
[110445c]23@include common/setup.texi
[5a8e90c5]24
[fc76a6aa]25@ifset use-ascii
26@dircategory RTEMS On-Line Manual
27@direntry
28* RTEMS Remote Debugger Server Specifications: (rgdb_specs).
29@end direntry
30@end ifset
[5a8e90c5]31
32@c
33@c  Title Page Stuff
34@c
35
36@c
37@c  I don't really like having a short title page.  --joel
38@c
39@c @shorttitlepage RTEMS Remote Debugger Server Specifications
40
41@setchapternewpage odd
42@settitle RTEMS Remote Debugger Server Specifications
43@titlepage
44@finalout
45
46@title RTEMS Remote Debugger Server Specifications
[fc76a6aa]47@subtitle Edition @value{EDITION}, for @value{VERSION}
[5a8e90c5]48@sp 1
[fc76a6aa]49@subtitle @value{UPDATED}
[5a8e90c5]50@author Emmanuel Raguet and Eric Valette, Canon Research Centre
51@author On-Line Applications Research Corporation
52@page
[110445c]53@include common/cpright.texi
[5a8e90c5]54@end titlepage
55
56@c  This prevents a black box from being printed on "overflow" lines.
57@c  The alternative is to rework a sentence to avoid this problem.
58
59@include intro.texi
60@include revision.texi
61@include objectives.texi
62@include gdbinternals.texi
63@include interfacing.texi
64@include comm.texi
65@include daemon.texi
66@include conclusion.texi
67
68@ifinfo
69@node Top, Introduction, (dir), (dir)
70@top rgdb_specs
71
72This is the online version of the RTEMS Remote Debugger Server Specifications.
73
74@menu
75* Introduction::
76* Document Revision History::
77* Objectives::
78* A Rapid Tour of GDB Internals::
79* Interfacing GDB with RTEMS as a Target::
80* Communication with GDB::
81* RTEMS Debugger Server Daemon::
82* Conclusion::
83@end menu
84
85@c * Command and Variable Index::
86@c * Concept Index::
87@end ifinfo
88@c
89@c
90@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
91@c
92
[0ab65474]93@c @node Command and Variable Index, Concept Index, Installing GCC  AND NEWLIB, Top
[5a8e90c5]94@c @unnumbered Command and Variable Index
95
96@c There are currently no Command and Variable Index entries.
97
98@c @printindex fn
99
100@c @node Concept Index, , Command and Variable Index, Top
101@c @unnumbered Concept Index
102
103@c There are currently no Concept Index entries.
104@c @printindex cp
105
106@contents
107@bye
108
Note: See TracBrowser for help on using the repository browser.