]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
eu-stacktrace WIP: exclude show_memory_reads from --debug for now
authorSerhei Makarov <serhei@serhei.io>
Thu, 15 Aug 2024 21:40:19 +0000 (17:40 -0400)
committerSerhei Makarov <serhei@serhei.io>
Thu, 15 Aug 2024 21:40:21 +0000 (17:40 -0400)
"One line per frame" is a far more natural debugging mode
than "one line plus additional memory-read fluff".

src/stacktrace.c

index 98c350ca08306c62efe24ba0bb34e8b5f3439718..3ca9eaf53d265a95bc6cf8e7d8689fb27a4ab959 100644 (file)
@@ -513,7 +513,7 @@ parse_opt (int key, char *arg __attribute__ ((unused)),
       break;
 
     case OPT_DEBUG:
-      show_memory_reads = true;
+      show_memory_reads = false;
       show_frames = true;
       FALLTHROUGH;
     case 'v':