debugger Directory Reference
+ Directory dependency graph for debugger:

Files

file  Breakpoint.cpp
 
file  Breakpoint.h [code]
 Defines a class representation of a breakpoint.
 
file  CPDebuggerInterface.cpp
 
file  CPDebuggerInterface.h [code]
 Defines an interface to be implemented by Control Plane modules for compatibility with the debugger.
 
file  DebugDataManager.cpp
 
file  DebugDataManager.h [code]
 Defines class which stores any data about taht simulation that is required by pfpdb.
 
file  DebuggerIPCServer.cpp
 
file  DebuggerIPCServer.h [code]
 Defines class that services requests from pfpdb.
 
file  DebuggerMessages.cpp
 
file  DebuggerMessages.h [code]
 Defines the message objects that can be sent as replies to pfpdb through the DebuggerIPCServer.
 
file  DebuggerPacket.cpp
 
file  DebuggerPacket.h [code]
 Defines a class representation of a packet in the debugger context.
 
file  DebugObserver.cpp
 
file  DebugObserver.h [code]
 Observer for simulation which maintains a record of the simulation via the DebugDataManager so that the debugger may get the necessary information.
 
file  Watchpoint.cpp
 
file  Watchpoint.h [code]
 Defines a class representation of a watchpoint for the debugger.