summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/gdbinternals.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-02 17:41:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-02 17:41:37 +0000
commit65beca61d4897ec4fd8d912b8b7f9ceee1831f8e (patch)
tree1d845ee07b9496e52d3d2ea80556dce330398c8f /doc/rgdb_specs/gdbinternals.t
parentCan now produce html, info, and PostScript without errors. Links (diff)
downloadrtems-65beca61d4897ec4fd8d912b8b7f9ceee1831f8e.tar.bz2
Now at least a version of the figures shows up in the html although
there are no captions.
Diffstat (limited to 'doc/rgdb_specs/gdbinternals.t')
-rw-r--r--doc/rgdb_specs/gdbinternals.t102
1 files changed, 96 insertions, 6 deletions
diff --git a/doc/rgdb_specs/gdbinternals.t b/doc/rgdb_specs/gdbinternals.t
index 3254e7c4f7..290a4d7f67 100644
--- a/doc/rgdb_specs/gdbinternals.t
+++ b/doc/rgdb_specs/gdbinternals.t
@@ -197,18 +197,108 @@ the host debugger on the target are only simple actions which look like :
@end itemize
+@c
+@c Debug session initialization Figure
+@c
+
+@ifset use-ascii
+@example
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seg_init.eps
+XXXXX Caption Debug session initialization
+@end group
+@end example
+@end ifset
+
+@ifset use-tex
+@example
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seg_init.eps
+XXXXX Caption Debug session initialization
+@end group
+@end example
+@end ifset
+
+@c @image{seg_init}
+
+@ifset use-html
+@c <IMG SRC="seg_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">
+@html
+<IMG SRC="seg_init.jpg" ALT="Debug session initialization">
+@end html
+@end ifset
+
+
+@c
+@c Breakpoint and process execution Figure
+@c
+
+@ifset use-ascii
@example
-XXX Figure seg_init.eps
-XXX Debug session initialization
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seq_break.eps
+XXXXX Caption Breakpoint and process execution
+@end group
@end example
+@end ifset
+@ifset use-tex
@example
-XXX Figure seq_break.eps
-XXX Breakpoint and process execution
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seq_break.eps
+XXXXX Caption Breakpoint and process execution
+@end group
@end example
+@end ifset
+@c @image{seq_break}
+
+@ifset use-html
+@c <IMG SRC="seq_break.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
+@html
+<IMG SRC="seq_break.jpg" ALT="Breakpoint and process execution">
+@end html
+@end ifset
+
+
+
+@c
+@c Detach a process and close a connection Figure
+@c
+
+@ifset use-ascii
@example
-XXX Figure seq_detach.eps
-XXX Detach a process and close a connection
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seq_detach.eps
+XXXXX Caption Detach a process and close a connection
+@end group
@end example
+@end ifset
+
+@ifset use-tex
+@example
+@group
+XXXXX reference it in the previous paragraph
+XXXXX insert seq_detach.eps
+XXXXX Caption Detach a process and close a connection
+@end group
+@end example
+@end ifset
+
+@c @image{seq_detach}
+
+@ifset use-html
+@c <IMG SRC="seq_detach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
+@html
+<IMG SRC="seq_detach.jpg" ALT="Detach a process and close a connection">
+@end html
+@end ifset
+
+
+