summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-03-06 22:24:52 +0000
committerRoland McGrath <roland@redhat.com>2005-03-06 22:24:52 +0000
commitbfb49e5f608700bcede1a2c2f316002594691e40 (patch)
treec50d09157211d35d194503719aec86ed80616980
parent3a055d7d64222223da2550ca540043de7e3e232b (diff)
downloadstrace-bfb49e5f608700bcede1a2c2f316002594691e40.tar.gz
strace-bfb49e5f608700bcede1a2c2f316002594691e40.tar.bz2
strace-bfb49e5f608700bcede1a2c2f316002594691e40.tar.xz
.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24853c2..4d84114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-06 Roland McGrath <roland@redhat.com>
+
+ * strace.c (trace) [PTRACE_GETSIGINFO]: Fetch siginfo_t for SIGSEGV
+ and SIGBUS signals, use si_addr in output.
+
2005-03-01 Roland McGrath <roland@redhat.com>
* file.c (print_xattr_val): Add a cast.