From 65beca61d4897ec4fd8d912b8b7f9ceee1831f8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Apr 1999 17:41:37 +0000 Subject: Now at least a version of the figures shows up in the html although there are no captions. --- doc/rgdb_specs/Makefile | 3 +- doc/rgdb_specs/comm.t | 28 ++++++++++++ doc/rgdb_specs/conclusion.t | 24 ++++++++++ doc/rgdb_specs/gdbinternals.t | 102 +++++++++++++++++++++++++++++++++++++++--- doc/rgdb_specs/layers.jpg | Bin 0 -> 31318 bytes doc/rgdb_specs/process.jpg | Bin 0 -> 136532 bytes doc/rgdb_specs/seg_init.jpg | Bin 0 -> 34525 bytes doc/rgdb_specs/seq_break.jpg | Bin 0 -> 79883 bytes doc/rgdb_specs/seq_detach.jpg | Bin 0 -> 24799 bytes 9 files changed, 150 insertions(+), 7 deletions(-) create mode 100644 doc/rgdb_specs/layers.jpg create mode 100644 doc/rgdb_specs/process.jpg create mode 100644 doc/rgdb_specs/seg_init.jpg create mode 100644 doc/rgdb_specs/seq_break.jpg create mode 100644 doc/rgdb_specs/seq_detach.jpg (limited to 'doc/rgdb_specs') diff --git a/doc/rgdb_specs/Makefile b/doc/rgdb_specs/Makefile index f66530100d..941f557009 100644 --- a/doc/rgdb_specs/Makefile +++ b/doc/rgdb_specs/Makefile @@ -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 diff --git a/doc/rgdb_specs/comm.t b/doc/rgdb_specs/comm.t index dc396b1850..ceb6b78628 100644 --- a/doc/rgdb_specs/comm.t +++ b/doc/rgdb_specs/comm.t @@ -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 Communications Layers +@html +Communications Layers +@end html +@end ifset + diff --git a/doc/rgdb_specs/conclusion.t b/doc/rgdb_specs/conclusion.t index 42389cfe8c..badf68b408 100644 --- a/doc/rgdb_specs/conclusion.t +++ b/doc/rgdb_specs/conclusion.t @@ -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 remote debugger tasks and handlers +@html +remote debugger tasks and handlers +@end html +@end ifset 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 Debug session initialization +@html +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 Breakpoint and process execution +@html +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 Detach a process and close a connection +@html +Detach a process and close a connection +@end html +@end ifset + + + diff --git a/doc/rgdb_specs/layers.jpg b/doc/rgdb_specs/layers.jpg new file mode 100644 index 0000000000..5e4b8ee675 Binary files /dev/null and b/doc/rgdb_specs/layers.jpg differ diff --git a/doc/rgdb_specs/process.jpg b/doc/rgdb_specs/process.jpg new file mode 100644 index 0000000000..ee14024a6d Binary files /dev/null and b/doc/rgdb_specs/process.jpg differ diff --git a/doc/rgdb_specs/seg_init.jpg b/doc/rgdb_specs/seg_init.jpg new file mode 100644 index 0000000000..29714a181d Binary files /dev/null and b/doc/rgdb_specs/seg_init.jpg differ diff --git a/doc/rgdb_specs/seq_break.jpg b/doc/rgdb_specs/seq_break.jpg new file mode 100644 index 0000000000..2d31d9796d Binary files /dev/null and b/doc/rgdb_specs/seq_break.jpg differ diff --git a/doc/rgdb_specs/seq_detach.jpg b/doc/rgdb_specs/seq_detach.jpg new file mode 100644 index 0000000000..a42f9e5d7a Binary files /dev/null and b/doc/rgdb_specs/seq_detach.jpg differ -- cgit v1.2.3