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

4.4.2.  MpHash Class

MpHash is a closed hash table, whose entries are linked lists of MpEntry entities (see Section 4.4.3). Each entry represents one breakpoint or watchpoint. Five types of matchpoint are supported:

Entries are keyed on both the address and type of the matchpoint. It is quite possible to have both a breakpoint and watchpoint on the same location, but they are separate entities.

[Note]Note

Although all five matchpoint types are supported in the matchpoint table, the current implementation of the GDB server does not provide an implementation for hardware breakpoints or any watchpoints.

The public interface to MpHash is as follows:

Embecosm divider strip