Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-11-25 01:54:41 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-25 01:54:41 +0400
commit505bce274fe261526833f77f7bf24b33542da151 (patch)
tree4312d6a08df4742a6a6b100d07a5c30239b40901 /winsup/utils/ChangeLog
parente553226cfadf92a3f394a4dc40b6471d62070173 (diff)
* strace.cc (attach_process): Use NT_SUCCESS to figure out if
NtSetInformationProcess succeeded. (handle_output_debug_string): Put back DebugActiveProcess since it seems to still be needed (on my system at least). Detect new format _STRACE_INTERFACE_ACTIVATE_ADDR which informs whether this is a forked process or not. Use that to decide if forkdebug should be handled.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 64d572f9f..51025892f 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-24 Christopher Faylor <me.cygwin2011@cgf.cx>
+
+ * strace.cc (attach_process): Use NT_SUCCESS to figure out if
+ NtSetInformationProcess succeeded.
+ (handle_output_debug_string): Put back DebugActiveProcess since it
+ seems to still be needed (on my system at least). Detect new format
+ _STRACE_INTERFACE_ACTIVATE_ADDR which informs whether this is a forked
+ process or not. Use that to decide if forkdebug should be handled.
+
2011-11-14 Christopher Faylor <me.cygwin2011@cgf.cx>
* strace.cc (handle_output_debug_string): Disable code which attempted