cp_annotate.hh (6658:f4de76601762) cp_annotate.hh (7492:acc1fbbef239)
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;

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

38
39#include "base/hashmap.hh"
40#include "base/loader/symtab.hh"
41#include "base/trace.hh"
42#include "base/types.hh"
43#include "config/cp_annotate.hh"
44#include "config/the_isa.hh"
45#include "sim/serialize.hh"
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;

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

38
39#include "base/hashmap.hh"
40#include "base/loader/symtab.hh"
41#include "base/trace.hh"
42#include "base/types.hh"
43#include "config/cp_annotate.hh"
44#include "config/the_isa.hh"
45#include "sim/serialize.hh"
46#include "sim/startup.hh"
47#include "sim/system.hh"
48
49#if CP_ANNOTATE
50#include "params/CPA.hh"
51#endif
52
53class System;
54class ThreadContext;

--- 470 unchanged lines hidden ---
46#include "sim/system.hh"
47
48#if CP_ANNOTATE
49#include "params/CPA.hh"
50#endif
51
52class System;
53class ThreadContext;

--- 470 unchanged lines hidden ---