SConscript (9057:f5ee56466b91) SConscript (9384:877293183bdf)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

68 Source('remote_gdb.cc')
69 Source('stacktrace.cc')
70 Source('system.cc')
71 Source('tlb.cc')
72 Source('types.cc')
73 Source('utility.cc')
74 Source('vtophys.cc')
75
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

68 Source('remote_gdb.cc')
69 Source('stacktrace.cc')
70 Source('system.cc')
71 Source('tlb.cc')
72 Source('types.cc')
73 Source('utility.cc')
74 Source('vtophys.cc')
75
76 SimObject('X86ISA.py')
76 SimObject('X86LocalApic.py')
77 SimObject('X86NativeTrace.py')
78 SimObject('X86System.py')
79 SimObject('X86TLB.py')
80
81 DebugFlag('Faults', "Trace all faults/exceptions/traps")
82 DebugFlag('LocalApic', "Local APIC debugging")
83 DebugFlag('PageTableWalker', \

--- 233 unchanged lines hidden ---
77 SimObject('X86LocalApic.py')
78 SimObject('X86NativeTrace.py')
79 SimObject('X86System.py')
80 SimObject('X86TLB.py')
81
82 DebugFlag('Faults', "Trace all faults/exceptions/traps")
83 DebugFlag('LocalApic', "Local APIC debugging")
84 DebugFlag('PageTableWalker', \

--- 233 unchanged lines hidden ---