SConscript (11235:4162427127e9) SConscript (11380:3370547fa302)
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

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

86DebugFlag('Fault')
87DebugFlag('Flow')
88DebugFlag('IPI')
89DebugFlag('IPR')
90DebugFlag('Interrupt')
91DebugFlag('Loader')
92DebugFlag('PseudoInst')
93DebugFlag('Stack')
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

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

86DebugFlag('Fault')
87DebugFlag('Flow')
88DebugFlag('IPI')
89DebugFlag('IPR')
90DebugFlag('Interrupt')
91DebugFlag('Loader')
92DebugFlag('PseudoInst')
93DebugFlag('Stack')
94DebugFlag('SyscallBase')
94DebugFlag('SyscallVerbose')
95DebugFlag('TimeSync')
96DebugFlag('Thread')
97DebugFlag('Timer')
98DebugFlag('VtoPhys')
99DebugFlag('WorkItems')
100DebugFlag('ClockDomain')
101DebugFlag('VoltageDomain')
102DebugFlag('DVFS')
95DebugFlag('SyscallVerbose')
96DebugFlag('TimeSync')
97DebugFlag('Thread')
98DebugFlag('Timer')
99DebugFlag('VtoPhys')
100DebugFlag('WorkItems')
101DebugFlag('ClockDomain')
102DebugFlag('VoltageDomain')
103DebugFlag('DVFS')
104
105CompoundFlag('SyscallAll', [ 'SyscallBase', 'SyscallVerbose'])