Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

4.4.  Overall GDB Server Behavior

4.4.1. GdbServerSC class
4.4.2. MpHash Class
4.4.3. MpEntry Struct

The class diagram in Figure 4.8 shows the relationship between the main GdbServerSC SystemC module class and other classes. The GDB server instantiates a class, MpHash to track GDB matchpoints (that is breakpoints and watchpoints) in a hash table. MpHash is in turn built from instances of MpEntry.

Class Diagram for the GDB server.

Figure 4.8.  Class Diagram for the GDB server.


Embecosm divider strip