gecko-dev/build/valgrind
Mike Hommey 89dfab93fc Bug 1485210 - Add --sym-offsets=yes to valgrind command line. r=njn
When valgrind prints out backtraces, it prints raw addresses and symbol
names, but that doesn't help find the exact code that caused the errors,
because we don't know where the libraries are loaded.

With --sym-offsets=yes, it adds the offset from the symbol, which allows
to find the relevant code in the binary.
2018-08-22 13:44:38 +09:00
..
__init__.py
cross-architecture.sup
i386-pc-linux-gnu.sup
mach_commands.py Bug 1485210 - Add --sym-offsets=yes to valgrind command line. r=njn 2018-08-22 13:44:38 +09:00
output_handler.py
x86_64-pc-linux-gnu.sup