Re: indented relay traces

2006-07-05 Thread Molle Bestefich
James Hawkins wrote: I don't know if you've ever wished the relay traces were indented by the level of the call, so you can get a better feel for who calls what from where, but I thought it would be nifty. I've attached a patch > for dlls/ntdll/relay.c that gives you this. Hah, funny.. I made

Re: indented relay traces

2006-06-26 Thread Duane Clark
James Hawkins wrote: On 6/24/06, Eric Pouech <[EMAIL PROTECTED]> wrote: this won't work for a multithreaded program tools/examine_relay does what you want, plus some other goodies (calls that didn't return...) Ah, didn't know about that tool. You learn something new every day. It is also n

Re: indented relay traces

2006-06-25 Thread Mike Hearn
On Sat, 24 Jun 2006 02:15:09 -0700, James Hawkins wrote: > Ah, didn't know about that tool. You learn something new every day. Perhaps it should be mentioned in the developer quickstart. thanks -mike

Re: indented relay traces

2006-06-24 Thread Jaap Stolk
On 6/24/06, James Hawkins <[EMAIL PROTECTED]> wrote: Ah, didn't know about that tool. You learn something new every day. didn't know about that tool too. sounds interesting. usually I do something like: // reduce log size: egrep -v 'RtlFreeHeap|RtlAllocateHeap|trace:syslevel:_Enter|trace:sy

Re: indented relay traces

2006-06-24 Thread James Hawkins
On 6/24/06, Eric Pouech <[EMAIL PROTECTED]> wrote: > this won't work for a multithreaded program tools/examine_relay does what you want, plus some other goodies (calls that didn't return...) Ah, didn't know about that tool. You learn something new every day. IMO it's better to instrument the

Re: indented relay traces

2006-06-24 Thread Eric Pouech
James Hawkins wrote: Hey guys, I don't know if you've ever wished the relay traces were indented by the level of the call, so you can get a better feel for who calls what from where, but I thought it would be nifty. I've attached a patch for dlls/ntdll/relay.c that gives you this. You see the

indented relay traces

2006-06-24 Thread James Hawkins
Hey guys, I don't know if you've ever wished the relay traces were indented by the level of the call, so you can get a better feel for who calls what from where, but I thought it would be nifty. I've attached a patch for dlls/ntdll/relay.c that gives you this. You see the call level next to the