|
From: <sv...@va...> - 2014-06-15 15:55:06
|
Author: philippe
Date: Sun Jun 15 15:54:58 2014
New Revision: 14037
Log:
Announce in NEWS the support for inlined function calls in stacktraces/suppressions
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Jun 15 15:54:58 2014
@@ -24,6 +24,12 @@
* ==================== OTHER CHANGES ====================
+* Better stacktraces and suppression matching for inlined function calls.
+ The new option --read-inline-info=yes|no allows to control the reading
+ of the dwarf debug information describing inlined function calls.
+ When this debug info is read, stacktraces will properly show inlined
+ function calls.
+
* Address description logic has been improved and is now common
between memcheck and helgrind, resulting in better address
descriptions for some error messages.
@@ -72,6 +78,7 @@
175819 Support for ipv6 socket reporting with --track-fds
232510 make distcheck fails
+278972 valgrind stacktraces and suppression do not handle inlined function call debuginfo
308729 vex x86->IR: unhandled instruction bytes 0xf 0x5 (syscall)
325110 Add test-cases for Power ISA 2.06 insns: divdo/divdo. and divduo/divduo.
325124 [MIPSEL] Compilation error
|