debugfaults.hh (7965:f4c89fe1246b) debugfaults.hh (8229:78bf55f23338)
1/*
2 * Copyright (c) 2010 Advanced Micro Devices
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Gabe Black
38 */
39
40#ifndef __ARCH_GENERIC_DEBUGFAULTS_HH__
41#define __ARCH_GENERIC_DEBUGFAULTS_HH__
42
1/*
2 * Copyright (c) 2010 Advanced Micro Devices
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Gabe Black
38 */
39
40#ifndef __ARCH_GENERIC_DEBUGFAULTS_HH__
41#define __ARCH_GENERIC_DEBUGFAULTS_HH__
42
43#include <string>
44
43#include "base/misc.hh"
44#include "sim/faults.hh"
45
45#include "base/misc.hh"
46#include "sim/faults.hh"
47
46#include <string>
47
48namespace GenericISA
49{
50class M5DebugFault : public FaultBase
51{
52 public:
53 enum DebugFunc
54 {
55 PanicFunc,

--- 56 unchanged lines hidden ---
48namespace GenericISA
49{
50class M5DebugFault : public FaultBase
51{
52 public:
53 enum DebugFunc
54 {
55 PanicFunc,

--- 56 unchanged lines hidden ---