SConscript (7087:fb8d5786ff30) SConscript (7624:3f32191bcf66)
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

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

54 Source('insts/static_inst.cc')
55 Source('isa.cc')
56 Source('nativetrace.cc')
57 Source('pagetable.cc')
58 Source('predecoder.cc')
59 Source('predecoder_tables.cc')
60 Source('remote_gdb.cc')
61 Source('tlb.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

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

54 Source('insts/static_inst.cc')
55 Source('isa.cc')
56 Source('nativetrace.cc')
57 Source('pagetable.cc')
58 Source('predecoder.cc')
59 Source('predecoder_tables.cc')
60 Source('remote_gdb.cc')
61 Source('tlb.cc')
62 Source('types.cc')
62 Source('utility.cc')
63
64 SimObject('X86NativeTrace.py')
65
66 SimObject('X86TLB.py')
67 TraceFlag('Predecoder', "Predecoder debug output")
68 TraceFlag('X86', "Generic X86 ISA debugging")
69

--- 252 unchanged lines hidden ---
63 Source('utility.cc')
64
65 SimObject('X86NativeTrace.py')
66
67 SimObject('X86TLB.py')
68 TraceFlag('Predecoder', "Predecoder debug output")
69 TraceFlag('X86', "Generic X86 ISA debugging")
70

--- 252 unchanged lines hidden ---