process.cc (11793:ef606668d247) process.cc (11800:54436a1784dc)
1/*
2 * Copyright (c) 2010, 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

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

48#include "base/loader/elf_object.hh"
49#include "base/loader/object_file.hh"
50#include "base/misc.hh"
51#include "cpu/thread_context.hh"
52#include "debug/Stack.hh"
53#include "mem/page_table.hh"
54#include "sim/byteswap.hh"
55#include "sim/process_impl.hh"
1/*
2 * Copyright (c) 2010, 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

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

48#include "base/loader/elf_object.hh"
49#include "base/loader/object_file.hh"
50#include "base/misc.hh"
51#include "cpu/thread_context.hh"
52#include "debug/Stack.hh"
53#include "mem/page_table.hh"
54#include "sim/byteswap.hh"
55#include "sim/process_impl.hh"
56#include "sim/syscall_return.hh"
56#include "sim/system.hh"
57
58using namespace std;
59using namespace ArmISA;
60
61ArmLiveProcess::ArmLiveProcess(LiveProcessParams *params, ObjectFile *objFile,
62 ObjectFile::Arch _arch)
63 : LiveProcess(params, objFile), arch(_arch)

--- 430 unchanged lines hidden ---
57#include "sim/system.hh"
58
59using namespace std;
60using namespace ArmISA;
61
62ArmLiveProcess::ArmLiveProcess(LiveProcessParams *params, ObjectFile *objFile,
63 ObjectFile::Arch _arch)
64 : LiveProcess(params, objFile), arch(_arch)

--- 430 unchanged lines hidden ---