From defc332baf884c1554146c0793b00792214cae61 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Oct 1999 17:48:01 +0000 Subject: Enabled images. Works pretty well for PostScript. Ghostview does not like the generated pdf but who knows what that really means. --- doc/rgdb_specs/Makefile | 15 +++++-------- doc/rgdb_specs/comm.t | 8 +++---- doc/rgdb_specs/conclusion.t | 8 +++---- doc/rgdb_specs/garde.pdf | Bin 0 -> 272042 bytes doc/rgdb_specs/gdbinternals.t | 48 ++++++++++++++++++++++-------------------- doc/rgdb_specs/layers.pdf | Bin 0 -> 4594 bytes doc/rgdb_specs/process.pdf | Bin 0 -> 7144 bytes doc/rgdb_specs/seqbreak.pdf | Bin 0 -> 2033 bytes doc/rgdb_specs/seqdetach.pdf | Bin 0 -> 1293 bytes doc/rgdb_specs/seqinit.pdf | Bin 0 -> 1511 bytes 10 files changed, 38 insertions(+), 41 deletions(-) create mode 100644 doc/rgdb_specs/garde.pdf create mode 100644 doc/rgdb_specs/layers.pdf create mode 100644 doc/rgdb_specs/process.pdf create mode 100644 doc/rgdb_specs/seqbreak.pdf create mode 100644 doc/rgdb_specs/seqdetach.pdf create mode 100644 doc/rgdb_specs/seqinit.pdf (limited to 'doc/rgdb_specs') diff --git a/doc/rgdb_specs/Makefile b/doc/rgdb_specs/Makefile index 6510d6f655..b367ed7442 100644 --- a/doc/rgdb_specs/Makefile +++ b/doc/rgdb_specs/Makefile @@ -56,7 +56,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core *.pdf + rm -f *.o $(PROG) *.txt core $(PROJECT).pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES) rm -f *.fixed _* @@ -105,16 +105,11 @@ conclusion.texi: conclusion.t Makefile -u "Top" \ -n "" ${*}.t -garde.eps -layers.eps -process.eps -seq_init.eps -seq_break.eps -seq_detach.eps convert: /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=garde.pdf -- garde.eps -c -quit /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=layers.pdf -- layers.eps -c -quit /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=process.pdf -- process.eps -c -quit - /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_init.pdf -- seq_init.eps -c -quit - /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_break.pdf -- seq_break.eps -c -quit - /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_detach.pdf -- PCIreg.eps -c -quit + /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqinit.pdf -- seqinit.eps -c -quit + /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqbreak.pdf -- seqbreak.eps -c -quit + /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqdetach.pdf -- seqdetach.eps -c -quit + diff --git a/doc/rgdb_specs/comm.t b/doc/rgdb_specs/comm.t index ceb6b78628..d7342154ed 100644 --- a/doc/rgdb_specs/comm.t +++ b/doc/rgdb_specs/comm.t @@ -94,14 +94,14 @@ XXXXX Caption Communications Layers @ifset use-tex @example @group -XXXXX reference it in the previous paragraph -XXXXX insert layers.eps -XXXXX Caption Communications Layers +@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 -@c @image{layers} @ifset use-html @c Communications Layers diff --git a/doc/rgdb_specs/conclusion.t b/doc/rgdb_specs/conclusion.t index badf68b408..b2ed9ca340 100644 --- a/doc/rgdb_specs/conclusion.t +++ b/doc/rgdb_specs/conclusion.t @@ -33,14 +33,14 @@ XXXXX Caption remote debugger tasks and handlers @ifset use-tex @example @group -XXXXX reference it in the previous paragraph -XXXXX insert process.eps -XXXXX Caption remote debugger tasks and handlers +@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 -@c @image{process} @ifset use-html @c remote debugger tasks and handlers diff --git a/doc/rgdb_specs/garde.pdf b/doc/rgdb_specs/garde.pdf new file mode 100644 index 0000000000..62df59d4e5 Binary files /dev/null and b/doc/rgdb_specs/garde.pdf differ diff --git a/doc/rgdb_specs/gdbinternals.t b/doc/rgdb_specs/gdbinternals.t index 90c1343a21..d989cfe8e9 100644 --- a/doc/rgdb_specs/gdbinternals.t +++ b/doc/rgdb_specs/gdbinternals.t @@ -205,7 +205,7 @@ the host debugger on the target are only simple actions which look like : @example @group XXXXX reference it in the previous paragraph -XXXXX insert seq_init.eps +XXXXX insert seqinit.eps XXXXX Caption Debug session initialization @end group @end example @@ -214,19 +214,20 @@ XXXXX Caption Debug session initialization @ifset use-tex @example @group -XXXXX reference it in the previous paragraph -XXXXX insert seq_init.eps -XXXXX Caption Debug session initialization +@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 -@c @image{seq_init} @ifset use-html -@c Debug session initialization +@c Debug session initialization @html -Debug session initialization +Debug session initialization @end html @end ifset @@ -239,7 +240,7 @@ XXXXX Caption Debug session initialization @example @group XXXXX reference it in the previous paragraph -XXXXX insert seq_break.eps +XXXXX insert seqbreak.eps XXXXX Caption Breakpoint and process execution @end group @end example @@ -248,19 +249,20 @@ XXXXX Caption Breakpoint and process execution @ifset use-tex @example @group -XXXXX reference it in the previous paragraph -XXXXX insert seq_break.eps -XXXXX Caption Breakpoint and process execution +@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 -@c @image{seq_break} - @ifset use-html -@c Breakpoint and process execution +@c Breakpoint and process execution @html -Breakpoint and process execution +Breakpoint and process execution @end html @end ifset @@ -274,7 +276,7 @@ XXXXX Caption Breakpoint and process execution @example @group XXXXX reference it in the previous paragraph -XXXXX insert seq_detach.eps +XXXXX insert seqdetach.eps XXXXX Caption Detach a process and close a connection @end group @end example @@ -283,19 +285,19 @@ XXXXX Caption Detach a process and close a connection @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 +@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 -@c @image{seq_detach} - @ifset use-html -@c Detach a process and close a connection +@c Detach a process and close a connection @html -Detach a process and close a connection +Detach a process and close a connection @end html @end ifset diff --git a/doc/rgdb_specs/layers.pdf b/doc/rgdb_specs/layers.pdf new file mode 100644 index 0000000000..84a3cba9d8 Binary files /dev/null and b/doc/rgdb_specs/layers.pdf differ diff --git a/doc/rgdb_specs/process.pdf b/doc/rgdb_specs/process.pdf new file mode 100644 index 0000000000..7cba5dc3f9 Binary files /dev/null and b/doc/rgdb_specs/process.pdf differ diff --git a/doc/rgdb_specs/seqbreak.pdf b/doc/rgdb_specs/seqbreak.pdf new file mode 100644 index 0000000000..80e99eab5d Binary files /dev/null and b/doc/rgdb_specs/seqbreak.pdf differ diff --git a/doc/rgdb_specs/seqdetach.pdf b/doc/rgdb_specs/seqdetach.pdf new file mode 100644 index 0000000000..ed108a1913 Binary files /dev/null and b/doc/rgdb_specs/seqdetach.pdf differ diff --git a/doc/rgdb_specs/seqinit.pdf b/doc/rgdb_specs/seqinit.pdf new file mode 100644 index 0000000000..03604fce0b Binary files /dev/null and b/doc/rgdb_specs/seqinit.pdf differ -- cgit v1.2.3