serialize.cc (12109:f29e9c5418aa) serialize.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 46 unchanged lines hidden (view full) ---

55#include <fstream>
56#include <list>
57#include <string>
58#include <vector>
59
60#include "arch/generic/vec_reg.hh"
61#include "base/framebuffer.hh"
62#include "base/inifile.hh"
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 46 unchanged lines hidden (view full) ---

55#include <fstream>
56#include <list>
57#include <string>
58#include <vector>
59
60#include "arch/generic/vec_reg.hh"
61#include "base/framebuffer.hh"
62#include "base/inifile.hh"
63#include "base/misc.hh"
63#include "base/logging.hh"
64#include "base/output.hh"
65#include "base/str.hh"
66#include "base/trace.hh"
67#include "debug/Checkpoint.hh"
68#include "sim/eventq.hh"
69#include "sim/sim_events.hh"
70#include "sim/sim_exit.hh"
71#include "sim/sim_object.hh"

--- 659 unchanged lines hidden ---
64#include "base/output.hh"
65#include "base/str.hh"
66#include "base/trace.hh"
67#include "debug/Checkpoint.hh"
68#include "sim/eventq.hh"
69#include "sim/sim_events.hh"
70#include "sim/sim_exit.hh"
71#include "sim/sim_object.hh"

--- 659 unchanged lines hidden ---