source: rtems/doc/rtems_gdb/rtems_gdb.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.0 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename rtems_gdb
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1999.
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
22@include version.texi
23@include common/setup.texi
24
25@ifset use-ascii
26@dircategory RTEMS On-Line Manual
27@direntry
28* RTEMS/GDB User's Guide: (rtems_gdb).
29@end direntry
30@end ifset
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/GDB User's Guide
40
41@setchapternewpage odd
42@settitle RTEMS/GDB User's Guide
43@titlepage
44@finalout
45
46@title RTEMS/GDB User's Guide
47@subtitle Edition @value{EDITION}, for @value{VERSION}
48@sp 1
49@subtitle @value{UPDATED}
50@author Emmanuel Raguet and Eric Valette, Canon Research Centre
51@author On-Line Applications Research Corporation
52@page
53@include common/cpright.texi
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 swarch.texi
61@include started.texi
62@include commands.texi
63@include trouble.texi
64@include example.texi
65
66@ifinfo
67@node Top, Introduction, (dir), (dir)
68@top rtems_gdb
69
70This is the online version of the RTEMS/GDB User's Guide.
71
72@menu
73* Introduction::
74* Software Architecture::
75* Getting Started::
76* Commands::
77* Troubleshooting::
78* Debug Session Example::
79@end menu
80
81@c * Command and Variable Index::
82@c * Concept Index::
83@end ifinfo
84@c
85@c
86@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
87@c
88
89@c @node Command and Variable Index, Concept Index, Installing GCC  AND NEWLIB, Top
90@c @unnumbered Command and Variable Index
91
92@c There are currently no Command and Variable Index entries.
93
94@c @printindex fn
95
96@c @node Concept Index, , Command and Variable Index, Top
97@c @unnumbered Concept Index
98
99@c There are currently no Concept Index entries.
100@c @printindex cp
101
102@contents
103@bye
104
Note: See TracBrowser for help on using the repository browser.