SConscript (6336:25635830e33c) | SConscript (6365:a3037fa327a0) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 81 unchanged lines hidden (view full) --- 90 Source('emulenv.cc') 91 Source('faults.cc') 92 Source('insts/microfpop.cc') 93 Source('insts/microldstop.cc') 94 Source('insts/microop.cc') 95 Source('insts/microregop.cc') 96 Source('insts/static_inst.cc') 97 Source('isa.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 81 unchanged lines hidden (view full) --- 90 Source('emulenv.cc') 91 Source('faults.cc') 92 Source('insts/microfpop.cc') 93 Source('insts/microldstop.cc') 94 Source('insts/microop.cc') 95 Source('insts/microregop.cc') 96 Source('insts/static_inst.cc') 97 Source('isa.cc') |
98 Source('nativetrace.cc') |
|
98 Source('pagetable.cc') 99 Source('predecoder.cc') 100 Source('predecoder_tables.cc') 101 Source('remote_gdb.cc') 102 Source('tlb.cc') 103 Source('utility.cc') 104 | 99 Source('pagetable.cc') 100 Source('predecoder.cc') 101 Source('predecoder_tables.cc') 102 Source('remote_gdb.cc') 103 Source('tlb.cc') 104 Source('utility.cc') 105 |
106 SimObject('X86NativeTrace.py') 107 |
|
105 SimObject('X86TLB.py') 106 TraceFlag('Predecoder', "Predecoder debug output") 107 TraceFlag('X86', "Generic X86 ISA debugging") 108 109 if env['FULL_SYSTEM']: 110 TraceFlag('LocalApic', "Local APIC debugging") 111 TraceFlag('PageTableWalker', \ 112 "Page table walker state machine debugging") --- 248 unchanged lines hidden --- | 108 SimObject('X86TLB.py') 109 TraceFlag('Predecoder', "Predecoder debug output") 110 TraceFlag('X86', "Generic X86 ISA debugging") 111 112 if env['FULL_SYSTEM']: 113 TraceFlag('LocalApic', "Local APIC debugging") 114 TraceFlag('PageTableWalker', \ 115 "Page table walker state machine debugging") --- 248 unchanged lines hidden --- |