forked from Imagelibrary/rtems
Now at least a version of the figures shows up in the html although
there are no captions.
This commit is contained in:
@@ -47,6 +47,7 @@ $(PROJECT).dvi: $(FILES)
|
||||
|
||||
html: dirs $(FILES)
|
||||
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
|
||||
cp $(wildcard *.jpg) $(WWW_INSTALL)/$(PROJECT)
|
||||
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
|
||||
$(PROJECT).texi
|
||||
|
||||
@@ -54,7 +55,7 @@ clean:
|
||||
rm -f *.o $(PROG) *.txt core
|
||||
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
|
||||
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
|
||||
rm -f *.fixed _* network.t
|
||||
rm -f *.fixed _*
|
||||
|
||||
#
|
||||
# Process Automatically Generated Files
|
||||
|
||||
@@ -77,11 +77,39 @@ two communication sockets. GDB will use its own mean to choose its port numbers
|
||||
(probably the Unix portmapper). The figure layer shows the different
|
||||
layers we need to implement.
|
||||
|
||||
@c
|
||||
@c Communications Layers Figure
|
||||
@c
|
||||
|
||||
@ifset use-ascii
|
||||
@example
|
||||
@group
|
||||
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
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert layers.eps
|
||||
XXXXX Caption Communications Layers
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
@c @image{layers}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="layers.jpg" WIDTH=500 HEIGHT=600 ALT="Communications Layers">
|
||||
@html
|
||||
<IMG SRC="layers.jpg" ALT="Communications Layers">
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,8 +20,32 @@ 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
|
||||
but people are working on it and we may get something better in a near future.
|
||||
|
||||
@ifset use-ascii
|
||||
@example
|
||||
@group
|
||||
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
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert process.eps
|
||||
XXXXX Caption remote debugger tasks and handlers
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
@c @image{process}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="remote debugger tasks and handlers">
|
||||
@html
|
||||
<IMG SRC="process.jpg" ALT="remote debugger tasks and handlers">
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
|
||||
@@ -197,18 +197,108 @@ the host debugger on the target are only simple actions which look like :
|
||||
@end itemize
|
||||
|
||||
|
||||
@example
|
||||
XXX Figure seg_init.eps
|
||||
XXX Debug session initialization
|
||||
@end example
|
||||
@c
|
||||
@c Debug session initialization Figure
|
||||
@c
|
||||
|
||||
@ifset use-ascii
|
||||
@example
|
||||
XXX Figure seq_break.eps
|
||||
XXX Breakpoint and process execution
|
||||
@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
|
||||
XXX Figure seq_detach.eps
|
||||
XXX Detach a process and close a connection
|
||||
@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
|
||||
@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
|
||||
@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
|
||||
@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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
doc/rgdb_specs/layers.jpg
Normal file
BIN
doc/rgdb_specs/layers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
doc/rgdb_specs/process.jpg
Normal file
BIN
doc/rgdb_specs/process.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
doc/rgdb_specs/seg_init.jpg
Normal file
BIN
doc/rgdb_specs/seg_init.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
doc/rgdb_specs/seq_break.jpg
Normal file
BIN
doc/rgdb_specs/seq_break.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
BIN
doc/rgdb_specs/seq_detach.jpg
Normal file
BIN
doc/rgdb_specs/seq_detach.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user