diff options
author | Christopher Faylor <me@cgf.cx> | 2008-12-19 19:09:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-12-19 19:09:51 +0000 |
commit | 1af6bb97a4c189f734e03580f238c68865b4b21f (patch) | |
tree | b5e6999eaba73b31dc30cab33adbec66202c659b /winsup/cygwin/ChangeLog | |
parent | 887eb76fca6231e6d6b9a5058a95cba28dcc46b6 (diff) | |
download | cygnal-1af6bb97a4c189f734e03580f238c68865b4b21f.tar.gz cygnal-1af6bb97a4c189f734e03580f238c68865b4b21f.tar.bz2 cygnal-1af6bb97a4c189f734e03580f238c68865b4b21f.zip |
* pinfo.cc (pinfo_basic): New class.
(pinfo_basic::pinfo_basic): Define constructor for new class.
(myself): Initialize from myself_initial.
(set_myself): Set pid and progname from already myself_initial.
* strace.cc (strace::strace): Split apart strace::hello. Send notification to
strace as early as possible.
(strace::hello): Just send clause which describes the current process. This
can now be preceded by early initialization strace output.
* include/sys/strace.h (strace::strace): Declare new constructor.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3ee453fb3..f9aec8bad 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2008-12-19 Christopher Faylor <me+cygwin@cgf.cx> + + * pinfo.cc (pinfo_basic): New class. + (pinfo_basic::pinfo_basic): Define constructor for new class. + (myself): Initialize from myself_initial. + (set_myself): Set pid and progname from already myself_initial. + * strace.cc (strace::strace): Split apart strace::hello. Send + notification to strace as early as possible. + (strace::hello): Just send clause which describes the current process. + This can now be preceded by early initialization strace output. + * include/sys/strace.h (strace::strace): Declare new constructor. + 2008-12-19 Christian Franke <franke@computer.org> * fhandler_registry.cc (perf_data_files): New table. |