forked from Imagelibrary/rtems
Use @image for ASCII figures (Reflect changes above).
This commit is contained in:
@@ -81,26 +81,9 @@ layers we need to implement.
|
|||||||
@c Communications Layers Figure
|
@c Communications Layers Figure
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@ifset use-ascii
|
@ifclear use-html
|
||||||
@example
|
@image{layers,,6in,"Communications Layers"}
|
||||||
@group
|
@end ifclear
|
||||||
XXXXX reference it in the previous paragraph
|
|
||||||
XXXXX insert layers.eps
|
|
||||||
XXXXX Caption Communications Layers
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-tex
|
|
||||||
@example
|
|
||||||
@group
|
|
||||||
@c XXXXX reference it in the previous paragraph
|
|
||||||
@c XXXXX insert layers.eps
|
|
||||||
@c XXXXX Caption Communications Layers
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@image{layers,,6in}
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
|
|
||||||
@ifset use-html
|
@ifset use-html
|
||||||
|
|||||||
@@ -20,32 +20,14 @@ Circuit Emulator (ICE) or use of BDM extension on the target board are the ultim
|
|||||||
way to really debug any portion of an RTOS. BDM support in GDB is still weak
|
way to really debug any portion of an RTOS. BDM support in GDB is still weak
|
||||||
but people are working on it and we may get something better in a near future.
|
but people are working on it and we may get something better in a near future.
|
||||||
|
|
||||||
@ifset use-ascii
|
@ifclear use-html
|
||||||
@example
|
@image{process,6in,,"Remote debugger tasks and handlers"}
|
||||||
@group
|
@end ifclear
|
||||||
XXXXX reference it in the previous paragraph
|
|
||||||
XXXXX insert process.eps
|
|
||||||
XXXXX Caption remote debugger tasks and handlers
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-tex
|
|
||||||
@example
|
|
||||||
@group
|
|
||||||
@c XXXXX reference it in the previous paragraph
|
|
||||||
@c XXXXX insert process.eps
|
|
||||||
@c XXXXX Caption remote debugger tasks and handlers
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@image{process,6in,}
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
|
|
||||||
@ifset use-html
|
@ifset use-html
|
||||||
@c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="remote debugger tasks and handlers">
|
@c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="Remote debugger tasks and handlers">
|
||||||
@html
|
@html
|
||||||
<IMG SRC="process.jpg" ALT="remote debugger tasks and handlers">
|
<IMG SRC="process.jpg" ALT="Remote debugger tasks and handlers">
|
||||||
@end html
|
@end html
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
|
|||||||
@@ -204,27 +204,9 @@ the host debugger on the target are only simple actions which look like :
|
|||||||
@c Debug session initialization Figure
|
@c Debug session initialization Figure
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@ifset use-ascii
|
@ifclear use-html
|
||||||
@example
|
@image{seqinit,,,"Debug session initialization"}
|
||||||
@group
|
@end ifclear
|
||||||
XXXXX reference it in the previous paragraph
|
|
||||||
XXXXX insert seqinit.eps
|
|
||||||
XXXXX Caption Debug session initialization
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-tex
|
|
||||||
@example
|
|
||||||
@group
|
|
||||||
@c XXXXX reference it in the previous paragraph
|
|
||||||
@c XXXXX insert seqinit.eps
|
|
||||||
@c XXXXX Caption Debug session initialization
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@page
|
|
||||||
@image{seqinit}
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
|
|
||||||
@ifset use-html
|
@ifset use-html
|
||||||
@@ -239,28 +221,9 @@ XXXXX Caption Debug session initialization
|
|||||||
@c Breakpoint and process execution Figure
|
@c Breakpoint and process execution Figure
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@ifset use-ascii
|
@ifclear use-html
|
||||||
@example
|
@image{seqbreak,,9in,"Caption Breakpoint and process execution"}
|
||||||
@group
|
@end ifclear
|
||||||
XXXXX reference it in the previous paragraph
|
|
||||||
XXXXX insert seqbreak.eps
|
|
||||||
XXXXX Caption Breakpoint and process execution
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-tex
|
|
||||||
@example
|
|
||||||
@group
|
|
||||||
@c XXXXX reference it in the previous paragraph
|
|
||||||
@c XXXXX insert seqbreak.eps
|
|
||||||
@c XXXXX Caption Breakpoint and process execution
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@page
|
|
||||||
@sp 5
|
|
||||||
@image{seqbreak,,9in}
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-html
|
@ifset use-html
|
||||||
@c <IMG SRC="seqbreak.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
|
@c <IMG SRC="seqbreak.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
|
||||||
@@ -275,27 +238,9 @@ XXXXX Caption Breakpoint and process execution
|
|||||||
@c Detach a process and close a connection Figure
|
@c Detach a process and close a connection Figure
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@ifset use-ascii
|
@ifclear use-html
|
||||||
@example
|
@image{seqdetach,,,"Detach a process and close a connection"}
|
||||||
@group
|
@end ifclear
|
||||||
XXXXX reference it in the previous paragraph
|
|
||||||
XXXXX insert seqdetach.eps
|
|
||||||
XXXXX Caption Detach a process and close a connection
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-tex
|
|
||||||
@example
|
|
||||||
@group
|
|
||||||
@c XXXXX reference it in the previous paragraph
|
|
||||||
@c XXXXX insert seqdetach.eps
|
|
||||||
@c XXXXX Caption Detach a process and close a connection
|
|
||||||
@end group
|
|
||||||
@end example
|
|
||||||
@sp 10
|
|
||||||
@image{seqdetach}
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@ifset use-html
|
@ifset use-html
|
||||||
@c <IMG SRC="seqdetach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
|
@c <IMG SRC="seqdetach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
|
||||||
|
|||||||
Reference in New Issue
Block a user