SConscript (9342:6fec8f26e56d) | SConscript (9733:9d85dfa4696c) |
---|---|
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 --- 58 unchanged lines hidden (view full) --- 67DebugFlag('Drain') 68DebugFlag('Event') 69DebugFlag('Fault') 70DebugFlag('Flow') 71DebugFlag('IPI') 72DebugFlag('IPR') 73DebugFlag('Interrupt') 74DebugFlag('Loader') | 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 --- 58 unchanged lines hidden (view full) --- 67DebugFlag('Drain') 68DebugFlag('Event') 69DebugFlag('Fault') 70DebugFlag('Flow') 71DebugFlag('IPI') 72DebugFlag('IPR') 73DebugFlag('Interrupt') 74DebugFlag('Loader') |
75DebugFlag('PseudoInst') |
|
75DebugFlag('Stack') 76DebugFlag('SyscallVerbose') 77DebugFlag('TimeSync') 78DebugFlag('TLB') 79DebugFlag('Thread') 80DebugFlag('Timer') 81DebugFlag('VtoPhys') 82DebugFlag('WorkItems') | 76DebugFlag('Stack') 77DebugFlag('SyscallVerbose') 78DebugFlag('TimeSync') 79DebugFlag('TLB') 80DebugFlag('Thread') 81DebugFlag('Timer') 82DebugFlag('VtoPhys') 83DebugFlag('WorkItems') |