Transaction-Level Modeling Framework for Space Applications
#include <BreakpointManager.hpp>
Public Member Functions | |
BreakpointManager () | |
void | clearAllBreaks () |
bool | addBreakpoint (typename Breakpoint< AddressType >::Type type, AddressType address, unsigned int length) |
bool | removeBreakpoint (AddressType address) |
bool | hasBreakpoint (AddressType address) const throw () |
Breakpoint< AddressType > * | getBreakPoint (AddressType address) throw () |
vmap< AddressType, Breakpoint < AddressType > > & | getBreakpoints () throw () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |