source: rtems/doc/rgdb_specs/conclusion.t @ 65beca61

4.104.114.84.95
Last change on this file since 65beca61 was 65beca61, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/99 at 17:41:37

Now at least a version of the figures shows up in the html although
there are no captions.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1@c
2@c  RTEMS Remote Debugger Server Specifications
3@c
4@c  Written by: Eric Valette <valette@crf.canon.fr>
5@c              Emmanuel Raguet <raguet@crf.canon.fr>
6@c
7@c
8@c  $Id$
9@c
10
11@chapter Conclusion
12
13In this document we have presented how we envisage to add remote debugging facilities
14to RTEMS by implementing a remote debugger daemon for GDB. As any debug implemented
15in software, it will have limitation but we are confident that most of them
16can be removed by adding separate software components dedicated to debug activity.
17We must keep in mind that even with this approach, no software will enable the
18debug of code with interrupt entirely masked at processor level and that In
19Circuit Emulator (ICE) or use of BDM extension on the target board are the ultimate
20way to really debug any portion of an RTOS. BDM support in GDB is still weak
21but people are working on it and we may get something better in a near future.
22
23@ifset use-ascii
24@example
25@group
26XXXXX reference it in the previous paragraph
27XXXXX insert process.eps
28XXXXX Caption remote debugger tasks and handlers
29@end group
30@end example
31@end ifset
32
33@ifset use-tex
34@example
35@group
36XXXXX reference it in the previous paragraph
37XXXXX insert process.eps
38XXXXX 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
Note: See TracBrowser for help on using the repository browser.