gopalshankar / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

Assembly instrumentation reports have non-unwindable stacks #281

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Helper functions for asm instrumentation lack CFI annotatations and frame 
pointers (not sure if we need the latter).
This makes reports very hard to read, even with a debugger (they move stack 
pointer a lot).

Original issue reported on code.google.com by euge...@google.com on 24 Mar 2014 at 7:28