SConscript (7966:0dff1ff293d0) | SConscript (8335:9228e00459d4) |
---|---|
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 --- 52 unchanged lines hidden (view full) --- 61 Source('remote_gdb.cc') 62 Source('tlb.cc') 63 Source('types.cc') 64 Source('utility.cc') 65 66 SimObject('X86NativeTrace.py') 67 68 SimObject('X86TLB.py') | 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 --- 52 unchanged lines hidden (view full) --- 61 Source('remote_gdb.cc') 62 Source('tlb.cc') 63 Source('types.cc') 64 Source('utility.cc') 65 66 SimObject('X86NativeTrace.py') 67 68 SimObject('X86TLB.py') |
69 TraceFlag('Predecoder', "Predecoder debug output") 70 TraceFlag('X86', "Generic X86 ISA debugging") | 69 DebugFlag('Predecoder', "Predecoder debug output") 70 DebugFlag('X86', "Generic X86 ISA debugging") |
71 72 if env['FULL_SYSTEM']: | 71 72 if env['FULL_SYSTEM']: |
73 TraceFlag('LocalApic', "Local APIC debugging") 74 TraceFlag('PageTableWalker', \ | 73 DebugFlag('LocalApic', "Local APIC debugging") 74 DebugFlag('PageTableWalker', \ |
75 "Page table walker state machine debugging") | 75 "Page table walker state machine debugging") |
76 TraceFlag('Faults', "Trace all faults/exceptions/traps") | 76 DebugFlag('Faults', "Trace all faults/exceptions/traps") |
77 78 SimObject('X86LocalApic.py') 79 SimObject('X86System.py') 80 81 # Full-system sources 82 Source('interrupts.cc') 83 Source('linux/system.cc') 84 Source('pagetable_walker.cc') --- 239 unchanged lines hidden --- | 77 78 SimObject('X86LocalApic.py') 79 SimObject('X86System.py') 80 81 # Full-system sources 82 Source('interrupts.cc') 83 Source('linux/system.cc') 84 Source('pagetable_walker.cc') --- 239 unchanged lines hidden --- |