stacktrace.cc (8792:1c0812bae427) stacktrace.cc (10279:faa9dfc465ef)
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;

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

33#include "arch/power/stacktrace.hh"
34#include "base/trace.hh"
35
36using namespace std;
37
38namespace PowerISA {
39
40ProcessInfo::ProcessInfo(ThreadContext *_tc)
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;

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

33#include "arch/power/stacktrace.hh"
34#include "base/trace.hh"
35
36using namespace std;
37
38namespace PowerISA {
39
40ProcessInfo::ProcessInfo(ThreadContext *_tc)
41 : tc(_tc)
42{
43 panic("ProcessInfo constructor not implemented.\n");
44}
45
46Addr
47ProcessInfo::task(Addr ksp) const
48{
49 panic("ProcessInfo::task not implemented.\n");

--- 82 unchanged lines hidden ---
41{
42 panic("ProcessInfo constructor not implemented.\n");
43}
44
45Addr
46ProcessInfo::task(Addr ksp) const
47{
48 panic("ProcessInfo::task not implemented.\n");

--- 82 unchanged lines hidden ---