process.hh (5999:3cf8e71257e0) process.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

41
42#if !FULL_SYSTEM
43
44#include <string>
45#include <vector>
46
47#include "arch/types.hh"
48#include "base/statistics.hh"
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

41
42#if !FULL_SYSTEM
43
44#include <string>
45#include <vector>
46
47#include "arch/types.hh"
48#include "base/statistics.hh"
49#include "sim/host.hh"
49#include "base/types.hh"
50#include "sim/sim_object.hh"
51#include "sim/syscallreturn.hh"
52
53class GDBListener;
54class PageTable;
55class ProcessParams;
56class LiveProcessParams;
57class SyscallDesc;

--- 286 unchanged lines hidden ---
50#include "sim/sim_object.hh"
51#include "sim/syscallreturn.hh"
52
53class GDBListener;
54class PageTable;
55class ProcessParams;
56class LiveProcessParams;
57class SyscallDesc;

--- 286 unchanged lines hidden ---