Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/asan remove default debu...



details:   https://anonhg.NetBSD.org/src/rev/c27dd6524855
branches:  trunk
changeset: 333170:c27dd6524855
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 00:14:52 2014 +0000

description:
remove default debugging code.

diffstat:

 external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 84a3607c785a -r c27dd6524855 external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc
--- a/external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc      Tue Oct 21 23:15:38 2014 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc      Wed Oct 22 00:14:52 2014 +0000
@@ -133,10 +133,8 @@
   f->quarantine_size = (ASAN_LOW_MEMORY) ? 1UL << 26 : 1UL << 28;
   f->symbolize = false;
   f->verbosity = 0;
-f->verbosity = 100;
   f->redzone = ASAN_ALLOCATOR_VERSION == 2 ? 16 : (ASAN_LOW_MEMORY) ? 64 : 128;
   f->debug = false;
-f->debug = true;
   f->report_globals = 1;
   f->check_initialization_order = true;
   f->malloc_context_size = kDeafultMallocContextSize;
@@ -154,7 +152,6 @@
   f->unmap_shadow_on_exit = false;
   f->abort_on_error = false;
   f->print_stats = false;
-f->print_stats = true;
   f->print_legend = true;
   f->atexit = false;
   f->disable_core = (SANITIZER_WORDSIZE == 64);



Home | Main Index | Thread Index | Old Index