stacktrace.hh (7741:340b6f01d69b) 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;

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

30
31#ifndef __ARCH_SPARC_STACKTRACE_HH__
32#define __ARCH_SPARC_STACKTRACE_HH__
33
34#include <vector>
35
36#include "base/types.hh"
37#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;

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

30
31#ifndef __ARCH_SPARC_STACKTRACE_HH__
32#define __ARCH_SPARC_STACKTRACE_HH__
33
34#include <vector>
35
36#include "base/types.hh"
37#include "cpu/static_inst.hh"
38#include "debug/Stack.hh"
38
39class ThreadContext;
40namespace SparcISA
41{
42
43class StackTrace
44{
45 private:

--- 19 unchanged lines hidden ---
39
40class ThreadContext;
41namespace SparcISA
42{
43
44class StackTrace
45{
46 private:

--- 19 unchanged lines hidden ---