stacktrace.hh (5567:8fc3b004b0df) stacktrace.hh (8232:b28d06a175be)
1/*
2 * Copyright (c) 2004-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: Ali Saidi
29 */
30
31#ifndef __ARCH_MIPS_STACKTRACE_HH__
32#define __ARCH_MIPS_STACKTRACE_HH__
33
34#include "base/trace.hh"
35#include "cpu/static_inst.hh"
1/*
2 * Copyright (c) 2004-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: Ali Saidi
29 */
30
31#ifndef __ARCH_MIPS_STACKTRACE_HH__
32#define __ARCH_MIPS_STACKTRACE_HH__
33
34#include "base/trace.hh"
35#include "cpu/static_inst.hh"
36#include "debug/Stack.hh"
36
37class ThreadContext;
38
39namespace MipsISA
40{
41
42class ProcessInfo
43{

--- 82 unchanged lines hidden ---
37
38class ThreadContext;
39
40namespace MipsISA
41{
42
43class ProcessInfo
44{

--- 82 unchanged lines hidden ---