Comment #15 on issue 235 by [email protected]: compiling with asan
generates wrong DWARF
https://code.google.com/p/address-sanitizer/issues/detail?id=235
I'm not aware of existing debuggers that workaround this issue with ASan
debug info quality. BTW, if you have tip-of-trunk Clang, you can check if
the following compile flag improves the debug info quality:
clang++ -fsanitize=address -mllvm -asan-stack-dynamic-alloca=1 my/file.cc
It fixes test case in
https://code.google.com/p/address-sanitizer/issues/detail?id=235#c12 for
me, and I hope to make this option the default after some testing.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.