stacktrace.hh (7811:a8fc35183c10) stacktrace.hh (8232:b28d06a175be)
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

32 * Timothy M. Jones
33 */
34
35#ifndef __ARCH_POWER_STACKTRACE_HH__
36#define __ARCH_POWER_STACKTRACE_HH__
37
38#include "base/trace.hh"
39#include "cpu/static_inst.hh"
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

32 * Timothy M. Jones
33 */
34
35#ifndef __ARCH_POWER_STACKTRACE_HH__
36#define __ARCH_POWER_STACKTRACE_HH__
37
38#include "base/trace.hh"
39#include "cpu/static_inst.hh"
40#include "debug/Stack.hh"
40
41class ThreadContext;
42class StackTrace;
43
44namespace PowerISA
45{
46
47class ProcessInfo

--- 101 unchanged lines hidden ---
41
42class ThreadContext;
43class StackTrace;
44
45namespace PowerISA
46{
47
48class ProcessInfo

--- 101 unchanged lines hidden ---