process.hh (10537:47fe87b0cf97) process.hh (11800:54436a1784dc)
1/*
2* Copyright (c) 2012 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

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

43#ifndef __ARM_PROCESS_HH__
44#define __ARM_PROCESS_HH__
45
46#include <string>
47#include <vector>
48
49#include "arch/arm/intregs.hh"
50#include "base/loader/object_file.hh"
1/*
2* Copyright (c) 2012 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

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

43#ifndef __ARM_PROCESS_HH__
44#define __ARM_PROCESS_HH__
45
46#include <string>
47#include <vector>
48
49#include "arch/arm/intregs.hh"
50#include "base/loader/object_file.hh"
51#include "mem/page_table.hh"
51#include "sim/process.hh"
52
53class LiveProcess;
54class ObjectFile;
55class System;
56
57class ArmLiveProcess : public LiveProcess
58{

--- 45 unchanged lines hidden ---
52#include "sim/process.hh"
53
54class LiveProcess;
55class ObjectFile;
56class System;
57
58class ArmLiveProcess : public LiveProcess
59{

--- 45 unchanged lines hidden ---