Deleted Added
sdiff udiff text old ( 8335:9228e00459d4 ) new ( 8615:e66a566f2cfa )
full compact
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

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

63DebugFlag('ProtocolTrace')
64DebugFlag('RubyCache')
65DebugFlag('RubyDma')
66DebugFlag('RubyGenerated')
67DebugFlag('RubyMemory')
68DebugFlag('RubyNetwork')
69DebugFlag('RubyPort')
70DebugFlag('RubyQueue')
71DebugFlag('RubySlicc')
72DebugFlag('RubyStorebuffer')
73DebugFlag('RubyTester')
74
75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
77 'RubyMemory', 'RubyDma', 'RubyPort'])