source: rtems/doc/rtems_gdb/rtems_gdb.texi @ d09ad1f0

4.104.114.84.95
Last change on this file since d09ad1f0 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • 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 %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the Getting Started (C) Guide
19@c
20
21@include version.texi
22@include common/setup.texi
23
24@ifset use-ascii
25@dircategory RTEMS On-Line Manual
26@direntry
27* RTEMS/GDB User's Guide: (rtems_gdb).
28@end direntry
29@end ifset
30
31@c
32@c  Title Page Stuff
33@c
34
35@c
36@c  I don't really like having a short title page.  --joel
37@c
38@c @shorttitlepage RTEMS/GDB User's Guide
39
40@setchapternewpage odd
41@settitle RTEMS/GDB User's Guide
42@titlepage
43@finalout
44
45@title RTEMS/GDB User's Guide
46@subtitle Edition @value{EDITION}, for @value{VERSION}
47@sp 1
48@subtitle @value{UPDATED}
49@author Emmanuel Raguet and Eric Valette, Canon Research Centre
50@author On-Line Applications Research Corporation
51@page
52@include common/cpright.texi
53@end titlepage
54
55@c  This prevents a black box from being printed on "overflow" lines.
56@c  The alternative is to rework a sentence to avoid this problem.
57
58@include intro.texi
59@include swarch.texi
60@include started.texi
61@include commands.texi
62@include trouble.texi
63@include example.texi
64
65@ifinfo
66@node Top, Introduction, (dir), (dir)
67@top rtems_gdb
68
69This is the online version of the RTEMS/GDB User's Guide.
70
71@menu
72* Introduction::
73* Software Architecture::
74* Getting Started::
75* Commands::
76* Troubleshooting::
77* Debug Session Example::
78@end menu
79
80@c * Command and Variable Index::
81@c * Concept Index::
82@end ifinfo
83@c
84@c
85@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
86@c
87
88@c @node Command and Variable Index, Concept Index, Installing GCC  AND NEWLIB, Top
89@c @unnumbered Command and Variable Index
90
91@c There are currently no Command and Variable Index entries.
92
93@c @printindex fn
94
95@c @node Concept Index, , Command and Variable Index, Top
96@c @unnumbered Concept Index
97
98@c There are currently no Concept Index entries.
99@c @printindex cp
100
101@contents
102@bye
103
Note: See TracBrowser for help on using the repository browser.