DebugDataManager.h File Reference
Defines class which stores any data about taht simulation that is required by pfpdb. More...
#include <mutex>
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <tuple>
#include "Breakpoint.h"
#include "Watchpoint.h"
#include "DebuggerPacket.h"
Include dependency graph for DebugDataManager.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::DebugDataManager |
Stores any data acquired from the simulation from the observer so that it may be fetched by the server and sent to the debugger. 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 class which stores any data about taht simulation that is required by pfpdb.
Created on: January 28, 2016 Author: Eric Tremblay