cp_annotate.hh (6214:1ec0ec8933ae) cp_annotate.hh (6216:2f4020838149)
1/*
2 * Copyright (c) 2006-2009 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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 */
30
31#ifndef __BASE__CP_ANNOTATE_HH__
32#define __BASE__CP_ANNOTATE_HH__
33
1/*
2 * Copyright (c) 2006-2009 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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 */
30
31#ifndef __BASE__CP_ANNOTATE_HH__
32#define __BASE__CP_ANNOTATE_HH__
33
34#include "base/loader/symtab.hh"
35#include "config/cp_annotate.hh"
36#include "base/types.hh"
37#include "sim/serialize.hh"
38#include "sim/startup.hh"
39#include "sim/system.hh"
40
41#include <string>
42#include <list>
43#include <vector>
44#include <map>
34#include <string>
35#include <list>
36#include <vector>
37#include <map>
38
45#include "base/hashmap.hh"
39#include "base/hashmap.hh"
40#include "base/loader/symtab.hh"
46#include "base/trace.hh"
41#include "base/trace.hh"
42#include "base/types.hh"
43#include "config/cp_annotate.hh"
44#include "sim/serialize.hh"
45#include "sim/startup.hh"
46#include "sim/system.hh"
47
47#if CP_ANNOTATE
48#include "params/CPA.hh"
49#endif
50
51class System;
52class ThreadContext;
53
54

--- 468 unchanged lines hidden ---
48#if CP_ANNOTATE
49#include "params/CPA.hh"
50#endif
51
52class System;
53class ThreadContext;
54
55

--- 468 unchanged lines hidden ---