From: Nathan Binkert Date: Fri, 30 Jul 2004 14:59:59 +0000 (-0400) Subject: Improve the debuggability of FunctionalMemory objects by allowing X-Git-Tag: m5_1.0_tutorial~212 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ad33d3eff5d1b6858a83c03bed4d4cf3891635c;p=gem5.git Improve the debuggability of FunctionalMemory objects by allowing the user to choose which objects will break (so you can have only the client system break for example.) Add features to differentiate between breaking on reads and writes and break when an address gets a specific data value. --HG-- extra : convert_revision : b8b2d1b43832bf74ee75b3f789df829f5b876a17 ---