From: Julian Seward Date: Mon, 22 May 2017 08:53:37 +0000 (+0000) Subject: Enable reading of inlined unwind info for exp-dhat. n-i-bz. X-Git-Tag: svn/VALGRIND_3_13_0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021981c5a531b8298b1c93cf3bfe7ff305464d4e;p=thirdparty%2Fvalgrind.git Enable reading of inlined unwind info for exp-dhat. n-i-bz. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16408 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index e2eec1810e..87fbc8b30a 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -1407,7 +1407,8 @@ Int valgrind_main ( Int argc, HChar **argv, HChar **envp ) # 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