better debugging
authorNathan Binkert <binkertn@umich.edu>
Fri, 30 Jul 2004 15:33:45 +0000 (11:33 -0400)
committerNathan Binkert <binkertn@umich.edu>
Fri, 30 Jul 2004 15:33:45 +0000 (11:33 -0400)
commita3a1b4dbae5b87fdcf62d9f70ec44cd82f5fe931
tree88ba52d3aa65b00a6ad2067ecd723246a35c20ff
parente60a4c58ee3aca6027c2d03f3360012e8dc4f742
better debugging

dev/ns_gige.cc:
    Make all DPRINTF statements take one line. If they need two lines,
    break them up into separate statements.  This makes grep much more
    effective since *every* line will be prefixed by the cycle that the
    trace message is from and the object that caused the message.
    normalize some debugging statements so that searching is easier
    (e.g. always say rxState, not rx state or receive state)
    break into the debugger when a packet is dropped since we don't really
    like dropping packets.

--HG--
extra : convert_revision : 9cf309ca2143a6b8c8215ac5dd6a31aae60173cd
dev/ns_gige.cc