DebuggerPacket.h File Reference
Defines a class representation of a packet in the debugger context. More...
#include <string>
#include <vector>
Include dependency graph for DebuggerPacket.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | pfp::core::db::DebuggerPacket |
Class representation of a packet for pfpdb. More... | |
class | pfp::core::db::DebuggerPacket::PacketLocation |
Data structure to represent the location of a packet as well as the times at which it entered and left this location. More... | |
Namespaces | |
pfp | |
PacketBase.h. | |
pfp::core | |
Namespace for all PFPSIMCore classes. | |
pfp::core::db | |
Namespace for all debugger classes within PFPSim. | |
Detailed Description
Defines a class representation of a packet in the debugger context.
Created on: February 8, 2016 Author: Eric Tremblay