• Fergal Daly's avatar
    Fix asansymbolizer's demangle problem. · b40b3733
    Fergal Daly authored
    PROBLEM: It's passing --demangle=True to the llvm symbolizer but some
    recent change made it so that is invalid.
    
    FIX: pass --demangle or --no-demangle instead.
    
    https://crrev.com/c/2436306 attempted to just update
    
    tools/valgrind/asan/third_party/asan_symbolize.py
    
    but that requires a lot of fixes to
    
    tools/valgrind/asan/asan_symbolize.py
    
    to work. So this is a temporary fix.
    
    Also I had to run git cl format and it changed some stuff.
    
    Bug: 1132789
    Change-Id: I0358bfb49b1bd1370e607cf70d43a2f6a7ea11af
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437085Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
    Commit-Queue: Fergal Daly <fergal@chromium.org>
    Auto-Submit: Fergal Daly <fergal@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#814031}
    b40b3733
asan_symbolize.py 18.2 KB