• Josh Gao's avatar
    ndk-gdb.py: don't use backslashes in pretty printer path. · ea91cf35
    Josh Gao authored
    The paths get emitted directly into a python script, which will turn the
    string literal 'C:\android-ndk-r11\prebuilt\windows\bin' into
    'C:\x07ndroid-ndk-r11\\prebuilt\\windows\x08in'.
    
    Change-Id: I73951baffd1a05693f36798b920f25fa518953a3
    (cherry picked from commit 911fed75)
    ea91cf35
ndk-gdb.py 23.8 KB