|
From: <sv...@va...> - 2017-05-22 08:53:45
|
Author: sewardj
Date: Mon May 22 09:53:37 2017
New Revision: 16408
Log:
Enable reading of inlined unwind info for exp-dhat. n-i-bz.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
==============================================================================
--- trunk/coregrind/m_main.c (original)
+++ trunk/coregrind/m_main.c Mon May 22 09:53:37 2017
@@ -1407,7 +1407,8 @@
# if !defined(VGO_darwin)
if (0 == VG_(strcmp)(VG_(clo_toolname), "memcheck")
|| 0 == VG_(strcmp)(VG_(clo_toolname), "helgrind")
- || 0 == VG_(strcmp)(VG_(clo_toolname), "drd")) {
+ || 0 == VG_(strcmp)(VG_(clo_toolname), "drd")
+ || 0 == VG_(strcmp)(VG_(clo_toolname), "exp-dhat")) {
/* Change the default setting. Later on (just below)
main_process_cmd_line_options should pick up any
user-supplied setting for it and will override the default
|