Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 314 Bytes

Addr2line Breakpad

addr2line for breakpad symbol file

Usage

> ./breakpad/dump_syms libunity.so > libunity.so.sym
> addr2line_breakpad libunity.so.sym 0000000000c1d21c
0xc1d21c bool UnityDefaultAllocator<LowLevelAllocator>::AllocationPage<(RequestType)0>(void const*) const ??:?

Build

cargo build