Add new -T|--toggle option to strace

2002-06-06 Thread Conrad Scott
As per a discussion yesterday with Chris, I've added a new option to strace, -T or --toggle, to toggle tracing in a process already being straced. One other change I made was to replace a use of ExitProcess() with exit() --- otherwise some error messages didn't appear since the stdio buffers

Re: Add new -T|--toggle option to strace

2002-06-06 Thread Christopher Faylor
On Fri, Jun 07, 2002 at 02:09:17AM +0100, Conrad Scott wrote: 2002-06-07 Conrad Scott [EMAIL PROTECTED] * strace.cc (toggle): New global variable. (error): Use exit instead of ExitProcess so that stdio buffers get flushed. (create_child): Remove command line error