I'm wondering if anybody would find this useful or not.

Basically, when debugging, I often find myself going through
SConscript files trying to remember or find out what trace-flag is
available for a particular object.

For instance, just now, I wanted to view the Exec trace but didnt want
the symbols. And a little earlier, I wanted to figure out if I could
just print out the branch prediction info but none of the other
information.

So it's slightly annoying for me to have to do that all the time.

One solution might for me to just remember all the trace flags for
things I care about :)

But it might be nice to novice and expert users if you could view
trace-flags for a particular object or set of objects from the command
line.

I imagine I want something like: ./m5.debug --view-flags=O3CPU

So does anybody else think that would be a useful thing?

-- 
----------
Korey L Sewell
Graduate Student - PhD Candidate
Computer Science & Engineering
University of Michigan
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to