Re: [m5-dev] [m5-users] Tracing does not work

2011-05-08 Thread Korey Sewell
I'd probably agree with Joel here. If we are going to have a distinction between trace and debug flags, then I'd rather see us literally have two settings..."--trace-flags" and "--debug-flags" as well as "trace-start" and "debug-start". If/when the true debug flags come, this would make a clear d

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-07 Thread Gabe Black
I think the reason those wouldn't be renamed is that you're only outputing something you could put in a file (in the traditional sense) if you're tracing. If you're turning on/off some other functionality like a debug breakpoint you're not tracing, you're debugging. It gets a little confusing, I th

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-07 Thread Joel Hestness
Hey guys, I wasn't sure what the intended outcome with tracing v. debugging was going to be. It sounds like the move is to "debug" as a more general term, though it will support all of the "trace" functionality. In that case, my confusion arose from the naming of the flags. Since "trace-file"

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-07 Thread nathan binkert
> I was thinking og doing it since Nate is not around. I'll do it soon. >> instance, "trace-flags", and "trace-file" are still accepted, but they >> don't >> do anything now.  They should be eliminated from the message.  We're also >> missing the equivalent of "trace-start" and "trace-file".  Do

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-07 Thread Nilay Vaish
Joel, I have pushed in the patch the removes the options trace-help and trace-flags. But trace-start and trace-file work as before. You can use them in conjunction with debug-flags. -- Nilay On Fri, 6 May 2011, Nilay Vaish wrote: I was thinking og doing it since Nate is not around. I'll do i

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-06 Thread Nilay Vaish
I was thinking og doing it since Nate is not around. I'll do it soon. -- Nilay On Fri, 6 May 2011, Joel Hestness wrote: Hey Nilay, It looks like the tracing ("debug") functionality is now working again, but the M5 help message is still incorrect (and extremely misleading). For instance, "tra

Re: [m5-dev] [m5-users] Tracing does not work

2011-05-06 Thread Joel Hestness
Hey Nilay, It looks like the tracing ("debug") functionality is now working again, but the M5 help message is still incorrect (and extremely misleading). For instance, "trace-flags", and "trace-file" are still accepted, but they don't do anything now. They should be eliminated from the message.