]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Two changes:
authorNicholas Nethercote <njn@valgrind.org>
Tue, 4 Dec 2007 03:15:23 +0000 (03:15 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 4 Dec 2007 03:15:23 +0000 (03:15 +0000)
commit75c47cfb3cbbf7bf0a409daf0cfec0bd7b7d9f18
tree186b486c78cbbb061edc182a3c3ca0c8ce185af3
parent1e1133b496f59ebe02b7bdbbf55824dfbc8a6307
Two changes:
- Be more robust in the face of malformed stack traces.  This avoids some
  potential assertion errors (which have affected prior versions of Massif),
  but unfortunately reduces the amount of sanity-checking that can be done
  on XTrees.

- Get white-space printing right in output file.  Non-functional change,
  just makes output files easier to read.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7270
massif/ms_main.c