On 28 March 2014 16:43, Alex Bennée <alex.ben...@linaro.org> wrote: > The current exec and cpu flags only show information when we enter a > TranslationBlock. The blocks will then chain together until there is a > reason to exit which can make things harder to follow. This new option > disables the chaining for debugging purposes. > > + { CPU_LOG_TB_NOCHAIN, "nochain", > + "disable chaining of translation blocks (better tracing, but slower)" > },
I know it's a convenient place to put it, but it's not really a tracing option so I'm a bit dubious about putting it in the log flags... thanks -- PMM