process.cc (11793:ef606668d247) process.cc (11800:54436a1784dc)
1/*
2 * Copyright (c) 2007-2008 The Florida State University
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

36#include "arch/power/types.hh"
37#include "base/loader/elf_object.hh"
38#include "base/loader/object_file.hh"
39#include "base/misc.hh"
40#include "cpu/thread_context.hh"
41#include "debug/Stack.hh"
42#include "mem/page_table.hh"
43#include "sim/process_impl.hh"
1/*
2 * Copyright (c) 2007-2008 The Florida State University
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

36#include "arch/power/types.hh"
37#include "base/loader/elf_object.hh"
38#include "base/loader/object_file.hh"
39#include "base/misc.hh"
40#include "cpu/thread_context.hh"
41#include "debug/Stack.hh"
42#include "mem/page_table.hh"
43#include "sim/process_impl.hh"
44#include "sim/syscall_return.hh"
44#include "sim/system.hh"
45
46using namespace std;
47using namespace PowerISA;
48
49PowerLiveProcess::PowerLiveProcess(LiveProcessParams *params,
50 ObjectFile *objFile)
51 : LiveProcess(params, objFile)

--- 242 unchanged lines hidden ---
45#include "sim/system.hh"
46
47using namespace std;
48using namespace PowerISA;
49
50PowerLiveProcess::PowerLiveProcess(LiveProcessParams *params,
51 ObjectFile *objFile)
52 : LiveProcess(params, objFile)

--- 242 unchanged lines hidden ---