SConscript (7752:08e1e28a062a) | SConscript (8335:9228e00459d4) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 ARM Limited 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 --- 51 unchanged lines hidden (view full) --- 60 Source('nativetrace.cc') 61 Source('tlb.cc') 62 Source('utility.cc') 63 Source('remote_gdb.cc') 64 65 SimObject('ArmNativeTrace.py') 66 SimObject('ArmTLB.py') 67 | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 ARM Limited 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 --- 51 unchanged lines hidden (view full) --- 60 Source('nativetrace.cc') 61 Source('tlb.cc') 62 Source('utility.cc') 63 Source('remote_gdb.cc') 64 65 SimObject('ArmNativeTrace.py') 66 SimObject('ArmTLB.py') 67 |
68 TraceFlag('Arm') 69 TraceFlag('TLBVerbose') 70 TraceFlag('Faults', "Trace Exceptions, interrupts, svc/swi") 71 TraceFlag('Predecoder', "Instructions returned by the predecoder") | 68 DebugFlag('Arm') 69 DebugFlag('TLBVerbose') 70 DebugFlag('Faults', "Trace Exceptions, interrupts, svc/swi") 71 DebugFlag('Predecoder', "Instructions returned by the predecoder") |
72 if env['FULL_SYSTEM']: 73 Source('interrupts.cc') 74 Source('stacktrace.cc') 75 Source('system.cc') 76 Source('vtophys.cc') 77 Source('linux/system.cc') 78 Source('table_walker.cc') 79 --- 14 unchanged lines hidden --- | 72 if env['FULL_SYSTEM']: 73 Source('interrupts.cc') 74 Source('stacktrace.cc') 75 Source('system.cc') 76 Source('vtophys.cc') 77 Source('linux/system.cc') 78 Source('table_walker.cc') 79 --- 14 unchanged lines hidden --- |