SConscript (8233:15b5ea80fd95) | SConscript (8335:9228e00459d4) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 48 unchanged lines hidden (view full) --- 57 Source('arguments.cc') 58elif env['TARGET_ISA'] != 'no': 59 Source('tlb.cc') 60 SimObject('Process.py') 61 62 Source('process.cc') 63 Source('syscall_emul.cc') 64 | 1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 48 unchanged lines hidden (view full) --- 57 Source('arguments.cc') 58elif env['TARGET_ISA'] != 'no': 59 Source('tlb.cc') 60 SimObject('Process.py') 61 62 Source('process.cc') 63 Source('syscall_emul.cc') 64 |
65TraceFlag('Checkpoint') 66TraceFlag('Config') 67TraceFlag('Event') 68TraceFlag('Fault') 69TraceFlag('Flow') 70TraceFlag('IPI') 71TraceFlag('IPR') 72TraceFlag('Interrupt') 73TraceFlag('Loader') 74TraceFlag('Stack') 75TraceFlag('SyscallVerbose') 76TraceFlag('TimeSync') 77TraceFlag('TLB') 78TraceFlag('Thread') 79TraceFlag('Timer') 80TraceFlag('VtoPhys') 81TraceFlag('WorkItems') | 65DebugFlag('Checkpoint') 66DebugFlag('Config') 67DebugFlag('Event') 68DebugFlag('Fault') 69DebugFlag('Flow') 70DebugFlag('IPI') 71DebugFlag('IPR') 72DebugFlag('Interrupt') 73DebugFlag('Loader') 74DebugFlag('Stack') 75DebugFlag('SyscallVerbose') 76DebugFlag('TimeSync') 77DebugFlag('TLB') 78DebugFlag('Thread') 79DebugFlag('Timer') 80DebugFlag('VtoPhys') 81DebugFlag('WorkItems') |