aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-16 22:11:31 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-16 22:11:31 +0000
commit5e40abad4504416c59f0b29c1cfc8087201213a9 (patch)
tree50685fe40bf500fd7500d00fc7d75693d8f1ef63 /NEWS
parent337f8cd71eab569c87aab86d6ddf9b0e5e72b626 (diff)
downloadvalgrind-5e40abad4504416c59f0b29c1cfc8087201213a9.tar.gz
Tweak the format of stack traces, so they're more consistent.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9437 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e536384a..d0d1349dd 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,29 @@ Release 3.5.0 (???)
are directly pointed to by a start-pointer, were previously marked as
"still reachable". They are now correctly marked as "possibly lost".
+* The format of some (non-XML) stack trace entries has changed a little.
+ Previously there were six possible forms:
+
+ 0x80483BF: really (a.c:20)
+ 0x80483BF: really (in /foo/a.out)
+ 0x80483BF: really
+ 0x80483BF: (within /foo/a.out)
+ 0x80483BF: ??? (a.c:20)
+ 0x80483BF: ???
+
+ The third and fourth of these forms have been made more consistent with
+ the others. The six possible forms are now:
+
+ 0x80483BF: really (a.c:20)
+ 0x80483BF: really (in /foo/a.out)
+ 0x80483BF: really (in ???)
+ 0x80483BF: ??? (in /foo/a.out)
+ 0x80483BF: ??? (a.c:20)
+ 0x80483BF: ???
+
+ Stack traces produced when --xml=yes is specified are different and
+ unchanged.
+
* The location of some install files has changed. This should not affect
most users. Those who might be affected: