process.cc (8229:78bf55f23338) process.cc (8232:b28d06a175be)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

46#include "arch/x86/isa_traits.hh"
47#include "arch/x86/process.hh"
48#include "arch/x86/types.hh"
49#include "base/loader/elf_object.hh"
50#include "base/loader/object_file.hh"
51#include "base/misc.hh"
52#include "base/trace.hh"
53#include "cpu/thread_context.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

46#include "arch/x86/isa_traits.hh"
47#include "arch/x86/process.hh"
48#include "arch/x86/types.hh"
49#include "base/loader/elf_object.hh"
50#include "base/loader/object_file.hh"
51#include "base/misc.hh"
52#include "base/trace.hh"
53#include "cpu/thread_context.hh"
54#include "debug/Stack.hh"
54#include "mem/page_table.hh"
55#include "mem/translating_port.hh"
56#include "sim/process_impl.hh"
57#include "sim/syscall_emul.hh"
58#include "sim/system.hh"
59
60using namespace std;
61using namespace X86ISA;

--- 663 unchanged lines hidden ---
55#include "mem/page_table.hh"
56#include "mem/translating_port.hh"
57#include "sim/process_impl.hh"
58#include "sim/syscall_emul.hh"
59#include "sim/system.hh"
60
61using namespace std;
62using namespace X86ISA;

--- 663 unchanged lines hidden ---