Changeset 65beca61 in rtems
- Timestamp:
- 04/02/99 17:41:37 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 02b7a13
- Parents:
- 64e0f6c4
- Location:
- doc/rgdb_specs
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rgdb_specs/Makefile
r64e0f6c4 r65beca61 48 48 html: dirs $(FILES) 49 49 -mkdir -p $(WWW_INSTALL)/$(PROJECT) 50 cp $(wildcard *.jpg) $(WWW_INSTALL)/$(PROJECT) 50 51 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ 51 52 $(PROJECT).texi … … 55 56 rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) 56 57 rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES) 57 rm -f *.fixed _* network.t58 rm -f *.fixed _* 58 59 59 60 # -
doc/rgdb_specs/comm.t
r64e0f6c4 r65beca61 78 78 layers we need to implement. 79 79 80 @c 81 @c Communications Layers Figure 82 @c 83 84 @ifset use-ascii 80 85 @example 86 @group 81 87 XXXXX reference it in the previous paragraph 82 88 XXXXX insert layers.eps 83 89 XXXXX Caption Communications Layers 90 @end group 84 91 @end example 92 @end ifset 93 94 @ifset use-tex 95 @example 96 @group 97 XXXXX reference it in the previous paragraph 98 XXXXX insert layers.eps 99 XXXXX Caption Communications Layers 100 @end group 101 @end example 102 @end ifset 103 104 @c @image{layers} 105 106 @ifset use-html 107 @c <IMG SRC="layers.jpg" WIDTH=500 HEIGHT=600 ALT="Communications Layers"> 108 @html 109 <IMG SRC="layers.jpg" ALT="Communications Layers"> 110 @end html 111 @end ifset 85 112 86 113 87 114 115 -
doc/rgdb_specs/conclusion.t
r64e0f6c4 r65beca61 21 21 but people are working on it and we may get something better in a near future. 22 22 23 @ifset use-ascii 23 24 @example 25 @group 26 XXXXX reference it in the previous paragraph 24 27 XXXXX insert process.eps 25 28 XXXXX Caption remote debugger tasks and handlers 29 @end group 26 30 @end example 31 @end ifset 27 32 33 @ifset use-tex 34 @example 35 @group 36 XXXXX reference it in the previous paragraph 37 XXXXX insert process.eps 38 XXXXX Caption remote debugger tasks and handlers 39 @end group 40 @end example 41 @end ifset 42 43 @c @image{process} 44 45 @ifset use-html 46 @c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="remote debugger tasks and handlers"> 47 @html 48 <IMG SRC="process.jpg" ALT="remote debugger tasks and handlers"> 49 @end html 50 @end ifset 51 -
doc/rgdb_specs/gdbinternals.t
r64e0f6c4 r65beca61 198 198 199 199 200 @example 201 XXX Figure seg_init.eps 202 XXX Debug session initialization 203 @end example 204 205 @example 206 XXX Figure seq_break.eps 207 XXX Breakpoint and process execution 208 @end example 209 210 @example 211 XXX Figure seq_detach.eps 212 XXX Detach a process and close a connection 213 @end example 214 200 @c 201 @c Debug session initialization Figure 202 @c 203 204 @ifset use-ascii 205 @example 206 @group 207 XXXXX reference it in the previous paragraph 208 XXXXX insert seg_init.eps 209 XXXXX Caption Debug session initialization 210 @end group 211 @end example 212 @end ifset 213 214 @ifset use-tex 215 @example 216 @group 217 XXXXX reference it in the previous paragraph 218 XXXXX insert seg_init.eps 219 XXXXX Caption Debug session initialization 220 @end group 221 @end example 222 @end ifset 223 224 @c @image{seg_init} 225 226 @ifset use-html 227 @c <IMG SRC="seg_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization"> 228 @html 229 <IMG SRC="seg_init.jpg" ALT="Debug session initialization"> 230 @end html 231 @end ifset 232 233 234 @c 235 @c Breakpoint and process execution Figure 236 @c 237 238 @ifset use-ascii 239 @example 240 @group 241 XXXXX reference it in the previous paragraph 242 XXXXX insert seq_break.eps 243 XXXXX Caption Breakpoint and process execution 244 @end group 245 @end example 246 @end ifset 247 248 @ifset use-tex 249 @example 250 @group 251 XXXXX reference it in the previous paragraph 252 XXXXX insert seq_break.eps 253 XXXXX Caption Breakpoint and process execution 254 @end group 255 @end example 256 @end ifset 257 258 @c @image{seq_break} 259 260 @ifset use-html 261 @c <IMG SRC="seq_break.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution"> 262 @html 263 <IMG SRC="seq_break.jpg" ALT="Breakpoint and process execution"> 264 @end html 265 @end ifset 266 267 268 269 @c 270 @c Detach a process and close a connection Figure 271 @c 272 273 @ifset use-ascii 274 @example 275 @group 276 XXXXX reference it in the previous paragraph 277 XXXXX insert seq_detach.eps 278 XXXXX Caption Detach a process and close a connection 279 @end group 280 @end example 281 @end ifset 282 283 @ifset use-tex 284 @example 285 @group 286 XXXXX reference it in the previous paragraph 287 XXXXX insert seq_detach.eps 288 XXXXX Caption Detach a process and close a connection 289 @end group 290 @end example 291 @end ifset 292 293 @c @image{seq_detach} 294 295 @ifset use-html 296 @c <IMG SRC="seq_detach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection"> 297 @html 298 <IMG SRC="seq_detach.jpg" ALT="Detach a process and close a connection"> 299 @end html 300 @end ifset 301 302 303 304
Note: See TracChangeset
for help on using the changeset viewer.