Changeset 30cd82f8 in rtems
- Timestamp:
- 10/06/99 17:00:29 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5967becc
- Parents:
- 3a81fa15
- Location:
- doc/rgdb_specs
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/rgdb_specs/Makefile
r3a81fa15 r30cd82f8 106 106 -n "" ${*}.t 107 107 108 108 garde.eps 109 layers.eps 110 process.eps 111 seq_init.eps 112 seq_break.eps 113 seq_detach.eps 114 convert: 115 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=garde.pdf -- garde.eps -c -quit 116 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=layers.pdf -- layers.eps -c -quit 117 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=process.pdf -- process.eps -c -quit 118 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_init.pdf -- seq_init.eps -c -quit 119 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_break.pdf -- seq_break.eps -c -quit 120 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_detach.pdf -- PCIreg.eps -c -quit -
doc/rgdb_specs/gdbinternals.t
r3a81fa15 r30cd82f8 206 206 @group 207 207 XXXXX reference it in the previous paragraph 208 XXXXX insert se g_init.eps208 XXXXX insert seq_init.eps 209 209 XXXXX Caption Debug session initialization 210 210 @end group … … 216 216 @group 217 217 XXXXX reference it in the previous paragraph 218 XXXXX insert se g_init.eps218 XXXXX insert seq_init.eps 219 219 XXXXX Caption Debug session initialization 220 220 @end group … … 222 222 @end ifset 223 223 224 @c @image{se g_init}224 @c @image{seq_init} 225 225 226 226 @ifset use-html 227 @c <IMG SRC="se g_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">227 @c <IMG SRC="seq_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization"> 228 228 @html 229 <IMG SRC="se g_init.jpg" ALT="Debug session initialization">229 <IMG SRC="seq_init.jpg" ALT="Debug session initialization"> 230 230 @end html 231 231 @end ifset
Note: See TracChangeset
for help on using the changeset viewer.