Deleted Added
sdiff udiff text old ( 8763:509e9bb84dfa ) new ( 8795:0909f8ed7aa0 )
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

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

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