SoCRocket
Transaction-Level Modeling Framework for Space Applications
#include <WatchpointManager.hpp>
Public Member Functions | |
| WatchpointManager () | |
| void | clearAllWatchs () |
| bool | addWatchpoint (typename Watchpoint< AddressType >::Type type, AddressType address, unsigned int length) |
| bool | removeWatchpoint (AddressType address, unsigned int length) |
| bool | hasWatchpoint (AddressType address, unsigned int size) const throw () |
| Watchpoint< AddressType > * | getWatchPoint (AddressType address, unsigned int size) throw () |
| vmap< AddressType, Watchpoint < AddressType > > & | getWatchpoints () throw () |
|
inline |
|
inline |
|
inline |
|
inline | ||||||||||||||||||||
Referenced by trap::GDBStub< unsigned int >::notifyAddress().
|
inline | |||||||||||||
|
inline | ||||||||||||||||||||
Referenced by trap::GDBStub< unsigned int >::notifyAddress().
|
inline |