On 29.11.2006 [09:34:06 +1100], David Gibson wrote:
> On Tue, Nov 28, 2006 at 02:10:26PM -0800, Nishanth Aravamudan wrote:
> > On 12.11.2006 [11:20:13 +1100], David Gibson wrote:
> > > On Fri, Nov 10, 2006 at 01:46:41PM -0800, Nishanth Aravamudan wrote:
> > > > On 10.11.2006 [14:35:30 +1100], David
On Tue, Nov 28, 2006 at 02:10:26PM -0800, Nishanth Aravamudan wrote:
> On 12.11.2006 [11:20:13 +1100], David Gibson wrote:
> > On Fri, Nov 10, 2006 at 01:46:41PM -0800, Nishanth Aravamudan wrote:
> > > On 10.11.2006 [14:35:30 +1100], David Gibson wrote:
> > > > Two things to make debugging easier:
On 12.11.2006 [11:20:13 +1100], David Gibson wrote:
> On Fri, Nov 10, 2006 at 01:46:41PM -0800, Nishanth Aravamudan wrote:
> > On 10.11.2006 [14:35:30 +1100], David Gibson wrote:
> > > Two things to make debugging easier:
> > > - Use an fflush() after each verbose_printf(), so that line
> > > buf
On 12.11.2006 [11:20:13 +1100], David Gibson wrote:
> On Fri, Nov 10, 2006 at 01:46:41PM -0800, Nishanth Aravamudan wrote:
> > On 10.11.2006 [14:35:30 +1100], David Gibson wrote:
> > > Two things to make debugging easier:
> > > - Use an fflush() after each verbose_printf(), so that line
> > > buf
On Fri, Nov 10, 2006 at 01:46:41PM -0800, Nishanth Aravamudan wrote:
> On 10.11.2006 [14:35:30 +1100], David Gibson wrote:
> > Two things to make debugging easier:
> > - Use an fflush() after each verbose_printf(), so that line
> > buffering won't mean messages get re-ordered w.r.t. the operati
On 10.11.2006 [14:35:30 +1100], David Gibson wrote:
> Two things to make debugging easier:
> - Use an fflush() after each verbose_printf(), so that line
> buffering won't mean messages get re-ordered w.r.t. the operations
> they're describing (this can be particularly confusing when straceing
Two things to make debugging easier:
- Use an fflush() after each verbose_printf(), so that line
buffering won't mean messages get re-ordered w.r.t. the operations
they're describing (this can be particularly confusing when straceing
a testcase).
- When quiet mode isn't on, print th