]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable reading of inlined unwind info for exp-dhat. n-i-bz.
authorJulian Seward <jseward@acm.org>
Mon, 22 May 2017 08:53:37 +0000 (08:53 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 22 May 2017 08:53:37 +0000 (08:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16408

coregrind/m_main.c

index e2eec1810ebf186b8ad0152e88215c62ab2354f0..87fbc8b30ac62e9f777600ff18ed756991091ad9 100644 (file)
@@ -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