stacktrace.cc (5499:8bfc7650c344) stacktrace.cc (7737:f4362ffd810f)
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;

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

32
33#include "arch/x86/isa_traits.hh"
34#include "arch/x86/stacktrace.hh"
35#include "arch/x86/vtophys.hh"
36#include "base/bitfield.hh"
37#include "base/trace.hh"
38#include "cpu/base.hh"
39#include "cpu/thread_context.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;

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

32
33#include "arch/x86/isa_traits.hh"
34#include "arch/x86/stacktrace.hh"
35#include "arch/x86/vtophys.hh"
36#include "base/bitfield.hh"
37#include "base/trace.hh"
38#include "cpu/base.hh"
39#include "cpu/thread_context.hh"
40#include "mem/vport.hh"
40#include "sim/system.hh"
41
42using namespace std;
43namespace X86ISA
44{
45 ProcessInfo::ProcessInfo(ThreadContext *_tc)
46 : tc(_tc)
47 {

--- 179 unchanged lines hidden ---
41#include "sim/system.hh"
42
43using namespace std;
44namespace X86ISA
45{
46 ProcessInfo::ProcessInfo(ThreadContext *_tc)
47 : tc(_tc)
48 {

--- 179 unchanged lines hidden ---