process.hh (6214:1ec0ec8933ae) process.hh (6329:5d8b91875859)
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;

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

39//
40#include "config/full_system.hh"
41
42#if !FULL_SYSTEM
43
44#include <string>
45#include <vector>
46
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;

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

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

--- 288 unchanged lines hidden ---
48#include "base/statistics.hh"
49#include "base/types.hh"
50#include "sim/sim_object.hh"
51#include "sim/syscallreturn.hh"
52
53class GDBListener;
54class PageTable;
55class ProcessParams;

--- 288 unchanged lines hidden ---