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/sanitizer_common enable ...
details: https://anonhg.NetBSD.org/src/rev/2fc34deebf00
branches: trunk
changeset: 359525:2fc34deebf00
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 14 02:10:32 2018 +0000
description:
enable addr2line
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0db542f1c4c1 -r 2fc34deebf00 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.inc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.inc Wed Feb 14 02:10:06 2018 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.inc Wed Feb 14 02:10:32 2018 +0000
@@ -27,7 +27,7 @@
"Path to external symbolizer. If empty, the tool will search $PATH for "
"the symbolizer.")
COMMON_FLAG(
- bool, allow_addr2line, false,
+ bool, allow_addr2line, true,
"If set, allows online symbolizer to run addr2line binary to symbolize "
"stack traces (addr2line will only be used if llvm-symbolizer binary is "
"unavailable.")
Home |
Main Index |
Thread Index |
Old Index