SConscript (8745:575cab0db076) | SConscript (8752:28e899b7dee3) |
---|---|
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 --- 43 unchanged lines hidden (view full) --- 52 Source('insts/micromediaop.cc') 53 Source('insts/microop.cc') 54 Source('insts/microregop.cc') 55 Source('insts/static_inst.cc') 56 Source('interrupts.cc') 57 Source('isa.cc') 58 Source('nativetrace.cc') 59 Source('pagetable.cc') | 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 --- 43 unchanged lines hidden (view full) --- 52 Source('insts/micromediaop.cc') 53 Source('insts/microop.cc') 54 Source('insts/microregop.cc') 55 Source('insts/static_inst.cc') 56 Source('interrupts.cc') 57 Source('isa.cc') 58 Source('nativetrace.cc') 59 Source('pagetable.cc') |
60 Source('pagetable_walker.cc') |
|
60 Source('predecoder.cc') 61 Source('predecoder_tables.cc') 62 Source('remote_gdb.cc') 63 Source('tlb.cc') 64 Source('types.cc') 65 Source('utility.cc') 66 67 SimObject('X86LocalApic.py') 68 SimObject('X86NativeTrace.py') 69 SimObject('X86TLB.py') 70 71 DebugFlag('Faults', "Trace all faults/exceptions/traps") 72 DebugFlag('LocalApic', "Local APIC debugging") | 61 Source('predecoder.cc') 62 Source('predecoder_tables.cc') 63 Source('remote_gdb.cc') 64 Source('tlb.cc') 65 Source('types.cc') 66 Source('utility.cc') 67 68 SimObject('X86LocalApic.py') 69 SimObject('X86NativeTrace.py') 70 SimObject('X86TLB.py') 71 72 DebugFlag('Faults', "Trace all faults/exceptions/traps") 73 DebugFlag('LocalApic', "Local APIC debugging") |
74 DebugFlag('PageTableWalker', \ 75 "Page table walker state machine debugging") |
|
73 DebugFlag('Predecoder', "Predecoder debug output") 74 DebugFlag('X86', "Generic X86 ISA debugging") 75 76 if env['FULL_SYSTEM']: | 76 DebugFlag('Predecoder', "Predecoder debug output") 77 DebugFlag('X86', "Generic X86 ISA debugging") 78 79 if env['FULL_SYSTEM']: |
77 DebugFlag('PageTableWalker', \ 78 "Page table walker state machine debugging") | |
79 80 SimObject('X86System.py') 81 82 # Full-system sources 83 Source('linux/system.cc') | 80 81 SimObject('X86System.py') 82 83 # Full-system sources 84 Source('linux/system.cc') |
84 Source('pagetable_walker.cc') | |
85 Source('system.cc') 86 Source('stacktrace.cc') 87 Source('vtophys.cc') 88 else: 89 Source('process.cc') 90 91 Source('linux/linux.cc') 92 Source('linux/process.cc') --- 231 unchanged lines hidden --- | 85 Source('system.cc') 86 Source('stacktrace.cc') 87 Source('vtophys.cc') 88 else: 89 Source('process.cc') 90 91 Source('linux/linux.cc') 92 Source('linux/process.cc') --- 231 unchanged lines hidden --- |