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:
authorJon TURNEY <jon.turney@dronecode.org.uk>2011-09-15 20:49:51 +0400
committerJon TURNEY <jon.turney@dronecode.org.uk>2011-09-15 20:49:51 +0400
commit02a7f96ef75f02f81125fe92b989cf9deeab462e (patch)
tree8e8ed9ac9b52c60d7d8d54bb82e28041577bf443 /winsup/utils/ChangeLog
parentc9925bf4973dfa744fa86e5e1ff6b591e4d3f655 (diff)
* strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESS
if Attaching to a process with the trace-children flag set. (handle_output_debug_string): Apparently we don't need to explicitly attach for debugging when a child process starts * Makefile.in (strace.exe): Link with ntdll
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 3ff2fd7b7..9c2328b14 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,11 @@
+2011-09-12 Jon TURNEY <jon.turney@dronecode.org.uk>
+
+ * strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESS
+ if Attaching to a process with the trace-children flag set.
+ (handle_output_debug_string): Apparently we don't need to explicitly
+ attach for debugging when a child process starts
+ * Makefile.in (strace.exe): Link with ntdll
+
2011-08-21 Christopher Faylor <me.cygwin2011@cgf.cx>
* Makefile.in: Check for header file existence when building dumper.exe