stacktrace.hh (6757:d86d3d6e5326) stacktrace.hh (8232:b28d06a175be)
1/*
2 * Copyright (c) 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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __ARCH_ARM_STACKTRACE_HH__
32#define __ARCH_ARM_STACKTRACE_HH__
33
34#include "base/trace.hh"
35#include "cpu/static_inst.hh"
1/*
2 * Copyright (c) 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;

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

28 * Authors: Nathan Binkert
29 */
30
31#ifndef __ARCH_ARM_STACKTRACE_HH__
32#define __ARCH_ARM_STACKTRACE_HH__
33
34#include "base/trace.hh"
35#include "cpu/static_inst.hh"
36#include "debug/Stack.hh"
36
37class ThreadContext;
38namespace ArmISA
39{
40
41class StackTrace;
42
43class ProcessInfo

--- 79 unchanged lines hidden ---
37
38class ThreadContext;
39namespace ArmISA
40{
41
42class StackTrace;
43
44class ProcessInfo

--- 79 unchanged lines hidden ---