mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 14:30:38 +08:00
* strace.cc (handle_output_debug_string): Disable code which attempted to add
stuff in between '****' blocks since they no longer are the first thing output by an straced process.
This commit is contained in:
parent
18eaa70b5b
commit
07e7349db2
@ -1,3 +1,9 @@
|
|||||||
|
2011-11-14 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||||
|
|
||||||
|
* strace.cc (handle_output_debug_string): Disable code which attempted
|
||||||
|
to add stuff in between '****' blocks since they no longer are the
|
||||||
|
first thing output by an straced process.
|
||||||
|
|
||||||
2011-10-13 Corinna Vinschen <corinna@vinschen.de>
|
2011-10-13 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note as
|
* cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note as
|
||||||
|
@ -525,6 +525,9 @@ handle_output_debug_string (DWORD id, LPVOID p, unsigned mask, FILE *ofile)
|
|||||||
usecs = dusecs;
|
usecs = dusecs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 1
|
||||||
|
child->saw_stars = 2;
|
||||||
|
#else
|
||||||
if (child->saw_stars == 0)
|
if (child->saw_stars == 0)
|
||||||
{
|
{
|
||||||
FILETIME st;
|
FILETIME st;
|
||||||
@ -582,6 +585,7 @@ handle_output_debug_string (DWORD id, LPVOID p, unsigned mask, FILE *ofile)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
long long d = usecs - child->last_usecs;
|
long long d = usecs - child->last_usecs;
|
||||||
char intbuf[40];
|
char intbuf[40];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user