SConscript (8752:28e899b7dee3) SConscript (8753:8369dcf5b3a8)
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

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

59 Source('pagetable.cc')
60 Source('pagetable_walker.cc')
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')
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

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

59 Source('pagetable.cc')
60 Source('pagetable_walker.cc')
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 Source('vtophys.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', \

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

79 if env['FULL_SYSTEM']:
80
81 SimObject('X86System.py')
82
83 # Full-system sources
84 Source('linux/system.cc')
85 Source('system.cc')
86 Source('stacktrace.cc')
68
69 SimObject('X86LocalApic.py')
70 SimObject('X86NativeTrace.py')
71 SimObject('X86TLB.py')
72
73 DebugFlag('Faults', "Trace all faults/exceptions/traps")
74 DebugFlag('LocalApic', "Local APIC debugging")
75 DebugFlag('PageTableWalker', \

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

80 if env['FULL_SYSTEM']:
81
82 SimObject('X86System.py')
83
84 # Full-system sources
85 Source('linux/system.cc')
86 Source('system.cc')
87 Source('stacktrace.cc')
87 Source('vtophys.cc')
88 else:
89 Source('process.cc')
90
91 Source('linux/linux.cc')
92 Source('linux/process.cc')
93 Source('linux/syscalls.cc')
94
95 python_files = (

--- 228 unchanged lines hidden ---
88 else:
89 Source('process.cc')
90
91 Source('linux/linux.cc')
92 Source('linux/process.cc')
93 Source('linux/syscalls.cc')
94
95 python_files = (

--- 228 unchanged lines hidden ---