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
.